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

Function _proj_trans_points

lib/mpl_toolkits/mplot3d/proj3d.py:255–258  ·  view source on GitHub ↗
(points, M)

Source from the content-addressed store, hash-verified

253
254
255def _proj_trans_points(points, M):
256 points = np.asanyarray(points)
257 xs, ys, zs = points[:, 0], points[:, 1], points[:, 2]
258 return proj_transform(xs, ys, zs, M)
259
260
261def _scale_proj_transform(xs, ys, zs, axes):

Callers

nothing calls this directly

Calls 1

proj_transformFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…