matplotlib.axes.Axes.get_xlim — Matplotlib 3.10.3 documentation (original) (raw)

Axes.get_xlim()[source]#

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.

Examples using matplotlib.axes.Axes.get_xlim#