Closed
Description
Summary
Half a note to self, but anybody can pick this up.
matplotlib/lib/matplotlib/axes/_base.py
Line 3191 in 6a323c0
defaults style=''
, which is only used at:
matplotlib/lib/matplotlib/axes/_base.py
Lines 3245 to 3246 in 6a323c0
Proposed fix
- Consistency: Change the default value to
None
, like for all the other kwargs here, which has the sematincsNone
= do not change. - Document that 'sci' and 'scientific' are equivalent. (Or maybe deprecate 'sci'?)