Version 3.0.3
matplotlib
Fork me on GitHub

matplotlib.axes.Axes.get_xlim

Axes.get_xlim()

Return the x-axis view limits.

Returns:
left, right : (float, float)

The current x-axis limits in data coordinates.

Notes

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