Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_zorder
Method
get_zorder
lib/matplotlib/artist.py:1181–1183 ·
view source on GitHub ↗
Return the artist's zorder.
(self)
Source
from the content-addressed store, hash-verified
1179
self.stale = True
1180
1181
def
get_zorder(self):
1182
""
"Return the artist's zorder."
""
1183
return
self.zorder
1184
1185
def
set_zorder(self, level):
1186
""
"
Callers
15
draw
Method · 0.80
_draw_frame
Method · 0.80
_get_draw_artists
Method · 0.80
update_background
Method · 0.80
update
Method · 0.80
clabel
Method · 0.80
_start_event_axes_interaction
Method · 0.80
_update_twinned_axes_patch_visibility
Method · 0.80
_make_twin_axes
Method · 0.80
test_hist_zorder
Function · 0.80
test_boxplot_zorder
Function · 0.80
test_twinning_patch_visibility_respects_delta_zorder
Function · 0.80
Calls
no outgoing calls
Tested by
10
test_hist_zorder
Function · 0.64
test_boxplot_zorder
Function · 0.64
test_twinning_patch_visibility_respects_delta_zorder
Function · 0.64
test_twinning_patch_visibility_updates_after_set_zorder
Function · 0.64
test_LineCollection_args
Function · 0.64
test_subfigure
Function · 0.64
test_inset_indicator_zorder
Function · 0.64
test_None_zorder
Function · 0.64
test_agg_filter
Function · 0.64
test_clabel_zorder
Function · 0.64