Documentation Link
https://matplotlib.org/devdocs/api/_as_gen/matplotlib.axes.Axes.axvline.html#matplotlib.axes.Axes.axvline
Problem
The documentation for the first argument, x of axhline describes it as
|
x : float, default: 0 |
|
y position in :ref:`data coordinates <coordinate-systems>`. |
but really it sets x rather than y.
Suggested improvement
x : float, default: 0
x position in :ref:`data coordinates <coordinate-systems>`.
Documentation Link
https://matplotlib.org/devdocs/api/_as_gen/matplotlib.axes.Axes.axvline.html#matplotlib.axes.Axes.axvline
Problem
The documentation for the first argument, x of
axhlinedescribes it asmatplotlib/lib/matplotlib/axes/_axes.py
Lines 820 to 821 in b8b6899
but really it sets x rather than y.
Suggested improvement