MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / shrink

Method shrink

site-packages/matplotlib/mathtext.py:1395–1400  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1393 self.depth = depth
1394
1395 def shrink(self):
1396 Node.shrink(self)
1397 if self.size < NUM_SIZE_LEVELS:
1398 self.width *= SHRINK_FACTOR
1399 self.height *= SHRINK_FACTOR
1400 self.depth *= SHRINK_FACTOR
1401
1402 def grow(self):
1403 Node.grow(self)

Callers 8

shrinkMethod · 0.45
shrinkMethod · 0.45
shrinkMethod · 0.45
shrinkMethod · 0.45
shrinkMethod · 0.45
subsuperMethod · 0.45
_genfracMethod · 0.45
sqrtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected