@@ -918,8 +918,8 @@ def axvspan(self, xmin, xmax, ymin=0, ymax=1, **kwargs):
918
918
self .autoscale_view (scaley = False )
919
919
return p
920
920
921
- @_preprocess_data (replace_names = ['y' , ' xmin' , ' xmax' , ' colors' ],
922
- label_namer = 'y' )
921
+ @_preprocess_data (replace_names = ["y" , " xmin" , " xmax" , " colors" ],
922
+ label_namer = "y" )
923
923
def hlines (self , y , xmin , xmax , colors = 'k' , linestyles = 'solid' ,
924
924
label = '' , ** kwargs ):
925
925
"""
@@ -998,8 +998,8 @@ def hlines(self, y, xmin, xmax, colors='k', linestyles='solid',
998
998
999
999
return lines
1000
1000
1001
- @_preprocess_data (replace_names = ['x' , ' ymin' , ' ymax' , ' colors' ],
1002
- label_namer = 'x' )
1001
+ @_preprocess_data (replace_names = ["x" , " ymin" , " ymax" , " colors" ],
1002
+ label_namer = "x" )
1003
1003
def vlines (self , x , ymin , ymax , colors = 'k' , linestyles = 'solid' ,
1004
1004
label = '' , ** kwargs ):
1005
1005
"""
@@ -2467,7 +2467,7 @@ def stem(self, *args, **kwargs):
2467
2467
2468
2468
return stem_container
2469
2469
2470
- @_preprocess_data (replace_names = ['x' , ' explode' , ' labels' , ' colors' ],
2470
+ @_preprocess_data (replace_names = ["x" , " explode" , " labels" , " colors" ],
2471
2471
label_namer = None )
2472
2472
def pie (self , x , explode = None , labels = None , colors = None ,
2473
2473
autopct = None , pctdistance = 0.6 , shadow = False , labeldistance = 1.1 ,
@@ -3809,8 +3809,8 @@ def dopatch(xs, ys, **kwargs):
3809
3809
medians = medians , fliers = fliers , means = means )
3810
3810
3811
3811
@_preprocess_data (replace_names = ["x" , "y" , "s" , "linewidths" ,
3812
- "edgecolors" , "c" , ' facecolor' ,
3813
- ' facecolors' , ' color' ],
3812
+ "edgecolors" , "c" , " facecolor" ,
3813
+ " facecolors" , " color" ],
3814
3814
label_namer = "y" )
3815
3815
def scatter (self , x , y , s = None , c = None , marker = None , cmap = None , norm = None ,
3816
3816
vmin = None , vmax = None , alpha = None , linewidths = None ,
0 commit comments