We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://matplotlib.org/devdocs/api/_as_gen/matplotlib.axes.Axes.axvline.html#matplotlib.axes.Axes.axvline
The documentation for the first argument, x of axhline describes it as
axhline
matplotlib/lib/matplotlib/axes/_axes.py
Lines 820 to 821 in b8b6899
but really it sets x rather than y.
x : float, default: 0 x position in :ref:`data coordinates <coordinate-systems>`.
The text was updated successfully, but these errors were encountered:
x sets x not y; fixes matplotlib#29606
1797089
8465b0f
Successfully merging a pull request may close this issue.
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 asmatplotlib/lib/matplotlib/axes/_axes.py
Lines 820 to 821 in b8b6899
but really it sets x rather than y.
Suggested improvement
The text was updated successfully, but these errors were encountered: