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

Method shrink

lib/matplotlib/_mathtext.py:1266–1268  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1264 self.depth = 0
1265
1266 def shrink(self) -> None:
1267 super().shrink()
1268 self._update_metrics()
1269
1270 def render(self, output: Output, x: float, y: float) -> None:
1271 self.fontset.render_glyph(

Callers 1

accentMethod · 0.95

Calls 2

_update_metricsMethod · 0.95
shrinkMethod · 0.45

Tested by

no test coverage detected