Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
accent
Method · 0.95
Calls
2
_update_metrics
Method · 0.95
shrink
Method · 0.45
Tested by
no test coverage detected