Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ frozen
Method
frozen
lib/matplotlib/transforms.py:2170–2172 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2168
_mtx = np.identity(3)
2169
2170
def
frozen(self):
2171
# docstring inherited
2172
return
self
2173
2174
__str__ = _make_str_method()
2175
Callers
1
draw
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected