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. Note that it is not possible to unshare axes.

© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.mplot3d.axes3d.Axes3D.shareview.html