Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_transforms
Method
get_transforms
lib/matplotlib/collections.py:224–225 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
222
self.stale = True
223
224
def
get_transforms(self):
225
return
self._transforms
226
227
def
get_offset_transform(self):
228
""
"Return the `.Transform` instance used by this artist offset."
""
Callers
5
get_datalim
Method · 0.95
draw
Method · 0.95
contains
Method · 0.95
_update_prop
Method · 0.80
test_draw_path_collection_no_hatchcolor
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_draw_path_collection_no_hatchcolor
Function · 0.64