Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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_axisbelow
Method · 0.45
_make_twin_axes
Method · 0.45
errorbar
Method · 0.45
draw_quiverkey_setzorder
Function · 0.45
test_twinning_patch_visibility_updates_after_set_zorder
Function · 0.45
test_subfigure
Function · 0.45
test_None_zorder
Function · 0.45
test_agg_filter
Function · 0.45
Calls
1
_update_twinned_axes_patch_visibility
Method · 0.95
Tested by
5
draw_quiverkey_setzorder
Function · 0.36
test_twinning_patch_visibility_updates_after_set_zorder
Function · 0.36
test_subfigure
Function · 0.36
test_None_zorder
Function · 0.36
test_agg_filter
Function · 0.36