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. See also set_zlim set_zbound, get_zbound invert_zaxis, zaxis_inverted Notes The z-axis may be inverted, in which case the left value will be greater than the right value.