matplotlib.axes.Axes.get_xlim
-
Axes.get_xlim(self) -
Возвращает пределы отображения оси x.
Возвращает: -
left, right : (float, float) -
Текущие пределы оси x в координатах данных.
См. также
-
set_xlim -
set_xbound,get_xbound -
invert_xaxis,xaxis_inverted
Примечания
Ось x может быть инвертирована, в этом случае значение слева будет больше, чем значение справа.
-
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.axes.Axes.get_xlim.html