mpl_toolkits.mplot3d.axes3d.Axes3D.get_ylim# Axes3D.get_ylim()[源]# 返回 y 轴视图限制。 返回: bottom, top(float, float)数据坐标系中当前的y轴范围。 另请参阅 Axes.set_ylim Axes.set_ybound, Axes.get_ybound Axes.invert_yaxis, Axes.yaxis_inverted 备注 Y轴可能被反转,在这种情况下,*bottom*值将大于*top*值。