MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / set_zorder

Method set_zorder

lib/matplotlib/axes/_base.py:617–619  ·  view source on GitHub ↗
(self, level)

Source from the content-addressed store, hash-verified

615 type(self).__name__, self._position.bounds)
616
617 def set_zorder(self, level):
618 super().set_zorder(level)
619 self._update_twinned_axes_patch_visibility()
620
621 def __init__(self, fig,
622 *args,

Callers 8

set_axisbelowMethod · 0.45
_make_twin_axesMethod · 0.45
errorbarMethod · 0.45
draw_quiverkey_setzorderFunction · 0.45
test_subfigureFunction · 0.45
test_None_zorderFunction · 0.45
test_agg_filterFunction · 0.45

Tested by 5

draw_quiverkey_setzorderFunction · 0.36
test_subfigureFunction · 0.36
test_None_zorderFunction · 0.36
test_agg_filterFunction · 0.36