Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ set_sort_zpos
Method
set_sort_zpos
lib/mpl_toolkits/mplot3d/art3d.py:516–519 ·
view source on GitHub ↗
Set the position to use for z-sorting.
(self, val)
Source
from the content-addressed store, hash-verified
514
""
"
515
516
def
set_sort_zpos(self, val):
517
""
"Set the position to use for z-sorting."
""
518
self._sort_zpos = val
519
self.stale = True
520
521
def
set_segments(self, segments):
522
""
"
Callers
1
add_collection3d
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected