Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _set_artist_props
Method
_set_artist_props
lib/matplotlib/axis.py:311–312 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
309
self.stale = True
310
311
def
_set_artist_props(self, a):
312
a.set_figure(self.get_figure(root=False))
313
314
def
get_view_interval(self):
315
""
"
Callers
5
__init__
Method · 0.95
_init3d
Method · 0.45
clear
Method · 0.45
_init_offsetText
Method · 0.45
update_prop
Method · 0.45
Calls
2
set_figure
Method · 0.45
get_figure
Method · 0.45
Tested by
no test coverage detected