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

Method set_segments

lib/mpl_toolkits/mplot3d/art3d.py:521–526  ·  view source on GitHub ↗

Set 3D segments.

(self, segments)

Source from the content-addressed store, hash-verified

519 self.stale = True
520
521 def set_segments(self, segments):
522 """
523 Set 3D segments.
524 """
525 self._segments3d = segments
526 super().set_segments([])
527
528 def do_3d_projection(self):
529 """

Callers 4

draw_gridMethod · 0.45
do_3d_projectionMethod · 0.45
line_collection_2d_to_3dFunction · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected