Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Milestone
Description
Documentation Link
Problem
The documentation for the first argument,x ofaxhline
describes it as
matplotlib/lib/matplotlib/axes/_axes.py
Lines 820 to 821 inb8b6899
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:0xpositionin :ref:`data coordinates <coordinate-systems>`.