Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Labels
Description
Summary
Discourage or deprecate
Axes.invert_xaxis()
/Axes.invert_yaxis()
. Useax.xaxis.set_inverted(bool)
instead.Axes.xaxis_inverted()
/Axes.yaxis_inverted()
. Useax.xaxis.get_inverted()
instead.
These are simple and rare enough so that we do not need to lift the API from the Axis to the Axes.
I'm still not decided whether we should only discourage or deprecate. - It's the usual trade-off between backward-compatibility and making the API simpler / less redundant.