mpl_toolkits.mplot3d.art3d.juggle_axes#

mpl_toolkits.mplot3d.art3d.juggle_axes(xs,ys,zs,zdir)[source]#

Reorder coordinates so that 2Dxs,ys can be plotted in the planeorthogonal tozdir.zdir is normally 'x', 'y' or 'z'. However, ifzdir starts with a '-' it is interpreted as a compensation forrotate_axes.

On this page