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

Method draw

lib/mpl_toolkits/mplot3d/art3d.py:985–988  ·  view source on GitHub ↗
(self, renderer)

Source from the content-addressed store, hash-verified

983 self._offset_zordered = None
984
985 def draw(self, renderer):
986 with self._use_zordered_offset():
987 with cbook._setattr_cm(self, _in_draw=True):
988 super().draw(renderer)
989
990 def set_sort_zpos(self, val):
991 """Set the position to use for z-sorting."""

Callers

nothing calls this directly

Calls 2

_use_zordered_offsetMethod · 0.95
drawMethod · 0.45

Tested by

no test coverage detected