matplotlib.axes.Axes.get_xlim#
- 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 theleft value willbe greater than theright value.
Examples usingmatplotlib.axes.Axes.get_xlim
#
On this page