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

Method shrink

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

Source from the content-addressed store, hash-verified

1242 self.font, self.font_class, self.c, self.fontsize, self.dpi)
1243
1244 def shrink(self) -> None:
1245 super().shrink()
1246 if self.size < NUM_SIZE_LEVELS:
1247 self.fontsize *= SHRINK_FACTOR
1248 self.width *= SHRINK_FACTOR
1249 self.height *= SHRINK_FACTOR
1250 self.depth *= SHRINK_FACTOR
1251
1252
1253class Accent(Char):

Callers

nothing calls this directly

Calls 1

shrinkMethod · 0.45

Tested by

no test coverage detected