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

Method shrink

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

Source from the content-addressed store, hash-verified

1586 self.glue_spec = glue_spec
1587
1588 def shrink(self) -> None:
1589 super().shrink()
1590 if self.size < NUM_SIZE_LEVELS:
1591 g = self.glue_spec
1592 self.glue_spec = g._replace(width=g.width * SHRINK_FACTOR)
1593
1594
1595class HCentered(Hlist):

Callers

nothing calls this directly

Calls 2

_replaceMethod · 0.80
shrinkMethod · 0.45

Tested by

no test coverage detected