mpl_toolkits.mplot3d.axes3d.Axes3D.get_zlim#

Axes3D.get_zlim()[source]#

Return the 3D z-axis view limits.

Returns:
left, right(float, float)

The current z-axis limits in data coordinates.

Notes

The z-axis may be inverted, in which case the left value will be greater than the right value.