Inverting an axis using its limits does not work for log scale #14615
Labels
Release critical
For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug summary
Starting in matplotlib 3.1.0 it is no longer possible to invert a log axis using its limits.
Code for reproduction
Actual outcome
The yaxis is only inverted for the
"linear"
scale.Expected outcome
I would expect the yaxis to be inverted for both the
"linear"
and the"log"
scale.Matplotlib version
Python and matplotlib have been installed using conda.
The text was updated successfully, but these errors were encountered: