@@ -1090,7 +1090,7 @@ def axvspan(self, xmin, xmax, ymin=0, ymax=1, **kwargs):
1090
1090
self ._request_autoscale_view ("x" )
1091
1091
return p
1092
1092
1093
- @_api .make_keyword_only ("3.9 " , "label" )
1093
+ @_api .make_keyword_only ("3.10 " , "label" )
1094
1094
@_preprocess_data (replace_names = ["y" , "xmin" , "xmax" , "colors" ],
1095
1095
label_namer = "y" )
1096
1096
def hlines (self , y , xmin , xmax , colors = None , linestyles = 'solid' ,
@@ -1182,7 +1182,7 @@ def hlines(self, y, xmin, xmax, colors=None, linestyles='solid',
1182
1182
self ._request_autoscale_view ()
1183
1183
return lines
1184
1184
1185
- @_api .make_keyword_only ("3.9 " , "label" )
1185
+ @_api .make_keyword_only ("3.10 " , "label" )
1186
1186
@_preprocess_data (replace_names = ["x" , "ymin" , "ymax" , "colors" ],
1187
1187
label_namer = "x" )
1188
1188
def vlines (self , x , ymin , ymax , colors = None , linestyles = 'solid' ,
@@ -1274,7 +1274,7 @@ def vlines(self, x, ymin, ymax, colors=None, linestyles='solid',
1274
1274
self ._request_autoscale_view ()
1275
1275
return lines
1276
1276
1277
- @_api .make_keyword_only ("3.9 " , "orientation" )
1277
+ @_api .make_keyword_only ("3.10 " , "orientation" )
1278
1278
@_preprocess_data (replace_names = ["positions" , "lineoffsets" ,
1279
1279
"linelengths" , "linewidths" ,
1280
1280
"colors" , "linestyles" ])
@@ -2000,7 +2000,7 @@ def acorr(self, x, **kwargs):
2000
2000
"""
2001
2001
return self .xcorr (x , x , ** kwargs )
2002
2002
2003
- @_api .make_keyword_only ("3.9 " , "normed" )
2003
+ @_api .make_keyword_only ("3.10 " , "normed" )
2004
2004
@_preprocess_data (replace_names = ["x" , "y" ], label_namer = "y" )
2005
2005
def xcorr (self , x , y , normed = True , detrend = mlab .detrend_none ,
2006
2006
usevlines = True , maxlags = 10 , ** kwargs ):
@@ -3160,7 +3160,7 @@ def stem(self, *args, linefmt=None, markerfmt=None, basefmt=None, bottom=0,
3160
3160
self .add_container (stem_container )
3161
3161
return stem_container
3162
3162
3163
- @_api .make_keyword_only ("3.9 " , "explode" )
3163
+ @_api .make_keyword_only ("3.10 " , "explode" )
3164
3164
@_preprocess_data (replace_names = ["x" , "explode" , "labels" , "colors" ])
3165
3165
def pie (self , x , explode = None , labels = None , colors = None ,
3166
3166
autopct = None , pctdistance = 0.6 , shadow = False , labeldistance = 1.1 ,
@@ -3440,7 +3440,7 @@ def _errorevery_to_mask(x, errorevery):
3440
3440
everymask [errorevery ] = True
3441
3441
return everymask
3442
3442
3443
- @_api .make_keyword_only ("3.9 " , "ecolor" )
3443
+ @_api .make_keyword_only ("3.10 " , "ecolor" )
3444
3444
@_preprocess_data (replace_names = ["x" , "y" , "xerr" , "yerr" ],
3445
3445
label_namer = "y" )
3446
3446
@_docstring .interpd
@@ -3817,7 +3817,7 @@ def apply_mask(arrays, mask):
3817
3817
3818
3818
return errorbar_container # (l0, caplines, barcols)
3819
3819
3820
- @_api .make_keyword_only ("3.9 " , "notch" )
3820
+ @_api .make_keyword_only ("3.10 " , "notch" )
3821
3821
@_preprocess_data ()
3822
3822
@_api .rename_parameter ("3.9" , "labels" , "tick_labels" )
3823
3823
def boxplot (self , x , notch = None , sym = None , vert = None ,
@@ -4155,7 +4155,7 @@ def boxplot(self, x, notch=None, sym=None, vert=None,
4155
4155
orientation = orientation )
4156
4156
return artists
4157
4157
4158
- @_api .make_keyword_only ("3.9 " , "widths" )
4158
+ @_api .make_keyword_only ("3.10 " , "widths" )
4159
4159
def bxp (self , bxpstats , positions = None , widths = None , vert = None ,
4160
4160
orientation = 'vertical' , patch_artist = False , shownotches = False ,
4161
4161
showmeans = False , showcaps = True , showbox = True , showfliers = True ,
@@ -4689,7 +4689,7 @@ def invalid_shape_exception(csize, xsize):
4689
4689
colors = None # use cmap, norm after collection is created
4690
4690
return c , colors , edgecolors
4691
4691
4692
- @_api .make_keyword_only ("3.9 " , "marker" )
4692
+ @_api .make_keyword_only ("3.10 " , "marker" )
4693
4693
@_preprocess_data (replace_names = ["x" , "y" , "s" , "linewidths" ,
4694
4694
"edgecolors" , "c" , "facecolor" ,
4695
4695
"facecolors" , "color" ],
@@ -4985,7 +4985,7 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
4985
4985
4986
4986
return collection
4987
4987
4988
- @_api .make_keyword_only ("3.9 " , "gridsize" )
4988
+ @_api .make_keyword_only ("3.10 " , "gridsize" )
4989
4989
@_preprocess_data (replace_names = ["x" , "y" , "C" ], label_namer = "y" )
4990
4990
@_docstring .interpd
4991
4991
def hexbin (self , x , y , C = None , gridsize = 100 , bins = None ,
@@ -6733,7 +6733,7 @@ def clabel(self, CS, levels=None, **kwargs):
6733
6733
6734
6734
#### Data analysis
6735
6735
6736
- @_api .make_keyword_only ("3.9 " , "range" )
6736
+ @_api .make_keyword_only ("3.10 " , "range" )
6737
6737
@_preprocess_data (replace_names = ["x" , 'weights' ], label_namer = "x" )
6738
6738
def hist (self , x , bins = None , range = None , density = False , weights = None ,
6739
6739
cumulative = False , bottom = None , histtype = 'bar' , align = 'mid' ,
@@ -7325,7 +7325,7 @@ def stairs(self, values, edges=None, *,
7325
7325
self ._request_autoscale_view ()
7326
7326
return patch
7327
7327
7328
- @_api .make_keyword_only ("3.9 " , "range" )
7328
+ @_api .make_keyword_only ("3.10 " , "range" )
7329
7329
@_preprocess_data (replace_names = ["x" , "y" , "weights" ])
7330
7330
@_docstring .interpd
7331
7331
def hist2d (self , x , y , bins = 10 , range = None , density = False , weights = None ,
@@ -7537,7 +7537,7 @@ def ecdf(self, x, weights=None, *, complementary=False,
7537
7537
line .sticky_edges .x [:] = [0 , 1 ]
7538
7538
return line
7539
7539
7540
- @_api .make_keyword_only ("3.9 " , "NFFT" )
7540
+ @_api .make_keyword_only ("3.10 " , "NFFT" )
7541
7541
@_preprocess_data (replace_names = ["x" ])
7542
7542
@_docstring .interpd
7543
7543
def psd (self , x , NFFT = None , Fs = None , Fc = None , detrend = None ,
@@ -7649,7 +7649,7 @@ def psd(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
7649
7649
else :
7650
7650
return pxx , freqs , line
7651
7651
7652
- @_api .make_keyword_only ("3.9 " , "NFFT" )
7652
+ @_api .make_keyword_only ("3.10 " , "NFFT" )
7653
7653
@_preprocess_data (replace_names = ["x" , "y" ], label_namer = "y" )
7654
7654
@_docstring .interpd
7655
7655
def csd (self , x , y , NFFT = None , Fs = None , Fc = None , detrend = None ,
@@ -7752,7 +7752,7 @@ def csd(self, x, y, NFFT=None, Fs=None, Fc=None, detrend=None,
7752
7752
else :
7753
7753
return pxy , freqs , line
7754
7754
7755
- @_api .make_keyword_only ("3.9 " , "Fs" )
7755
+ @_api .make_keyword_only ("3.10 " , "Fs" )
7756
7756
@_preprocess_data (replace_names = ["x" ])
7757
7757
@_docstring .interpd
7758
7758
def magnitude_spectrum (self , x , Fs = None , Fc = None , window = None ,
@@ -7839,7 +7839,7 @@ def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,
7839
7839
7840
7840
return spec , freqs , line
7841
7841
7842
- @_api .make_keyword_only ("3.9 " , "Fs" )
7842
+ @_api .make_keyword_only ("3.10 " , "Fs" )
7843
7843
@_preprocess_data (replace_names = ["x" ])
7844
7844
@_docstring .interpd
7845
7845
def angle_spectrum (self , x , Fs = None , Fc = None , window = None ,
@@ -7909,7 +7909,7 @@ def angle_spectrum(self, x, Fs=None, Fc=None, window=None,
7909
7909
7910
7910
return spec , freqs , lines [0 ]
7911
7911
7912
- @_api .make_keyword_only ("3.9 " , "Fs" )
7912
+ @_api .make_keyword_only ("3.10 " , "Fs" )
7913
7913
@_preprocess_data (replace_names = ["x" ])
7914
7914
@_docstring .interpd
7915
7915
def phase_spectrum (self , x , Fs = None , Fc = None , window = None ,
@@ -7979,7 +7979,7 @@ def phase_spectrum(self, x, Fs=None, Fc=None, window=None,
7979
7979
7980
7980
return spec , freqs , lines [0 ]
7981
7981
7982
- @_api .make_keyword_only ("3.9 " , "NFFT" )
7982
+ @_api .make_keyword_only ("3.10 " , "NFFT" )
7983
7983
@_preprocess_data (replace_names = ["x" , "y" ])
7984
7984
@_docstring .interpd
7985
7985
def cohere (self , x , y , NFFT = 256 , Fs = 2 , Fc = 0 , detrend = mlab .detrend_none ,
@@ -8044,7 +8044,7 @@ def cohere(self, x, y, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
8044
8044
8045
8045
return cxy , freqs
8046
8046
8047
- @_api .make_keyword_only ("3.9 " , "NFFT" )
8047
+ @_api .make_keyword_only ("3.10 " , "NFFT" )
8048
8048
@_preprocess_data (replace_names = ["x" ])
8049
8049
@_docstring .interpd
8050
8050
def specgram (self , x , NFFT = None , Fs = None , Fc = None , detrend = None ,
@@ -8206,7 +8206,7 @@ def specgram(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
8206
8206
8207
8207
return spec , freqs , t , im
8208
8208
8209
- @_api .make_keyword_only ("3.9 " , "precision" )
8209
+ @_api .make_keyword_only ("3.10 " , "precision" )
8210
8210
@_docstring .interpd
8211
8211
def spy (self , Z , precision = 0 , marker = None , markersize = None ,
8212
8212
aspect = 'equal' , origin = "upper" , ** kwargs ):
@@ -8397,7 +8397,7 @@ def matshow(self, Z, **kwargs):
8397
8397
mticker .MaxNLocator (nbins = 9 , steps = [1 , 2 , 5 , 10 ], integer = True ))
8398
8398
return im
8399
8399
8400
- @_api .make_keyword_only ("3.9 " , "vert" )
8400
+ @_api .make_keyword_only ("3.10 " , "vert" )
8401
8401
@_preprocess_data (replace_names = ["dataset" ])
8402
8402
def violinplot (self , dataset , positions = None , vert = None ,
8403
8403
orientation = 'vertical' , widths = 0.5 , showmeans = False ,
@@ -8536,7 +8536,7 @@ def _kde_method(X, coords):
8536
8536
showmedians = showmedians , side = side ,
8537
8537
facecolor = facecolor , linecolor = linecolor )
8538
8538
8539
- @_api .make_keyword_only ("3.9 " , "vert" )
8539
+ @_api .make_keyword_only ("3.10 " , "vert" )
8540
8540
def violin (self , vpstats , positions = None , vert = None ,
8541
8541
orientation = 'vertical' , widths = 0.5 , showmeans = False ,
8542
8542
showextrema = True , showmedians = False , side = 'both' ,
0 commit comments