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:1636–1639 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1634
return
"k%.02f"
% self.width
1635
1636
def
shrink(self) -> None:
1637
super().shrink()
1638
if
self.size < NUM_SIZE_LEVELS:
1639
self.width *= SHRINK_FACTOR
1640
1641
1642
class
AutoHeightChar(Hlist):
Callers
nothing calls this directly
Calls
1
shrink
Method · 0.45
Tested by
no test coverage detected