mpl_toolkits.mplot3d.axes3d.Axes3D.shareview#

Axes3D.shareview(other)[source]#

Share the view angles with other.

This is equivalent to passing shareview=other when constructing the Axes, and cannot be used if the view angles are already being shared with another Axes.