-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
API: consistencyRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone
Description
Bug report
#11137 deprecated the kwargs *min/*max
of set_*lim
(after some disussion there and in #11293).
Axes.axis uses the *min
, *max
parameter names as well. Currently, this does not support left, right, bottom, top
at all.
This is an inconsistency within the current API, and if we're serious with the change Axes.axis()
whould have to be changes as well.
Metadata
Metadata
Assignees
Labels
API: consistencyRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.