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

Method shrink

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

Source from the content-addressed store, hash-verified

1313 error_type, type(self).__name__, self)
1314
1315 def shrink(self) -> None:
1316 for child in self.children:
1317 child.shrink()
1318 super().shrink()
1319 if self.size < NUM_SIZE_LEVELS:
1320 self.shift_amount *= SHRINK_FACTOR
1321 self.glue_set *= SHRINK_FACTOR
1322
1323
1324class Hlist(List):

Callers

nothing calls this directly

Calls 1

shrinkMethod · 0.45

Tested by

no test coverage detected