MCPcopy 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

drawMethod · 0.80
_draw_frameMethod · 0.80
_get_draw_artistsMethod · 0.80
update_backgroundMethod · 0.80
updateMethod · 0.80
clabelMethod · 0.80
_make_twin_axesMethod · 0.80
test_hist_zorderFunction · 0.80
test_boxplot_zorderFunction · 0.80

Calls

no outgoing calls

Tested by 10

test_hist_zorderFunction · 0.64
test_boxplot_zorderFunction · 0.64
test_LineCollection_argsFunction · 0.64
test_subfigureFunction · 0.64
test_None_zorderFunction · 0.64
test_agg_filterFunction · 0.64
test_clabel_zorderFunction · 0.64