Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ __init__
Method
__init__
lib/matplotlib/textpath.py:26–28 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
24
DPI = 72
25
26
def
__init__(self):
27
self.mathtext_parser = MathTextParser(
'path'
)
28
self._texmanager = None
29
30
def
_get_font(self, prop):
31
""
"
Callers
nothing calls this directly
Calls
1
MathTextParser
Class · 0.90
Tested by
no test coverage detected