MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / render

Method render

lib/matplotlib/_mathtext.py:1270–1273  ·  view source on GitHub ↗
(self, output: Output, x: float, y: float)

Source from the content-addressed store, hash-verified

1268 self._update_metrics()
1269
1270 def render(self, output: Output, x: float, y: float) -> None:
1271 self.fontset.render_glyph(
1272 output, x - self._metrics.xmin, y + self._metrics.ymin,
1273 self.font, self.font_class, self.c, self.fontsize, self.dpi)
1274
1275
1276class List(Box):

Callers

nothing calls this directly

Calls 1

render_glyphMethod · 0.80

Tested by

no test coverage detected