matplotlib.axes.Axes.get_xlim

Axes.get_xlim(self)

Return the x-axis view limits.

Returns:
left, right(float, float)

The current x-axis limits in data coordinates.

See also

set_xlim
set_xbound, get_xbound
invert_xaxis, xaxis_inverted

Notes

The x-axis may be inverted, in which case the left value will be greater than the right value.

Examples using matplotlib.axes.Axes.get_xlim

© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.2.2/api/_as_gen/matplotlib.axes.Axes.get_xlim.html