Documentation Link
https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.xaxis_inverted.html#matplotlib.axes.Axes.xaxis_inverted
Problem
If you click the source link it leads you to this:
|
def wrapper(self, *args, **kwargs): |
|
return get_method(self)(*args, **kwargs) |
which is confusing.
Suggested improvement
It should probably link to
|
xaxis_inverted = _axis_method_wrapper("xaxis", "get_inverted") |
instead
Documentation Link
https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.xaxis_inverted.html#matplotlib.axes.Axes.xaxis_inverted
Problem
If you click the source link it leads you to this:
matplotlib/lib/matplotlib/axes/_base.py
Lines 73 to 74 in d6dd1b7
which is confusing.
Suggested improvement
It should probably link to
matplotlib/lib/matplotlib/axes/_base.py
Line 3484 in 7e0b4b3