File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -762,7 +762,6 @@ def _update_locs(
762
762
if offsetloc is not None :
763
763
axis .set_offset_position (offsetloc )
764
764
765
- @warnings ._rename_kwargs ('0.9' , xloc = 'xspineloc' , yloc = 'yspineloc' )
766
765
@docstring ._snippet_manager
767
766
def format (
768
767
self , * ,
@@ -871,6 +870,8 @@ def format(
871
870
# Sensible defaults for spine, tick, tick label, and label locs
872
871
# NOTE: Allow tick labels to be present without ticks! User may
873
872
# want this sometimes! Same goes for spines!
873
+ xspineloc = _not_none (xloc = xloc , xspineloc = xspineloc )
874
+ yspineloc = _not_none (yloc = yloc , yspineloc = yspineloc )
874
875
xtickloc = _not_none (xtickloc , xspineloc , self ._get_loc ('x' , 'xtick' ))
875
876
ytickloc = _not_none (ytickloc , yspineloc , self ._get_loc ('y' , 'ytick' ))
876
877
xspineloc = _not_none (xspineloc , self ._get_loc ('x' , 'axes.spines' ))
You can’t perform that action at this time.
0 commit comments