Closed
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.