mpl_toolkits.mplot3d.axes3d.Axes3D.get_xlim# Axes3D.get_xlim()[源代码][源代码]# 返回x轴视图限制。 返回: 左, 右(浮点数, 浮点数)当前数据坐标中的 x 轴限制。 参见 Axes.set_xlim Axes.set_xbound, Axes.get_xbound Axes.invert_xaxis, Axes.xaxis_inverted 注释 x轴可能会被反转,在这种情况下,左 值将大于 右 值。