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

Method get_vector

lib/mpl_toolkits/mplot3d/art3d.py:1335–1336  ·  view source on GitHub ↗
(self, segments3d)

Source from the content-addressed store, hash-verified

1333
1334 @_api.deprecated("3.10")
1335 def get_vector(self, segments3d):
1336 return self._get_vector(segments3d)
1337
1338 def _get_vector(self, segments3d):
1339 """

Callers

nothing calls this directly

Calls 1

_get_vectorMethod · 0.95

Tested by

no test coverage detected