matplotlib.axes.Axes.get_xlim# Axes.get_xlim()[源]# 返回 x 轴视图限制。 返回: left, right(float, float)数据坐标中当前的x轴限制。 另请参阅 Axes.set_xlim Axes.set_xbound, Axes.get_xbound Axes.invert_xaxis, Axes.xaxis_inverted 备注 x轴可能被反转,在这种情况下,left 值将大于 right 值。 使用 matplotlib.axes.Axes.get_xlim 的示例# 衰减 衰减