matplotlib.axes.Axes.get_xlim# Axes.get_xlim()[源代码]# 返回 x 轴视图限制。 返回: 左, 右(浮点数, 浮点数)当前数据坐标中的 x 轴限制。 参见 Axes.set_xlim Axes.set_xbound, Axes.get_xbound Axes.invert_xaxis, Axes.xaxis_inverted 注释 x轴可能会反转,在这种情况下,*左*值将大于*右*值。 使用 matplotlib.axes.Axes.get_xlim 的示例# 衰变 Decay