@@ -1095,7 +1095,7 @@ def axvspan(self, xmin, xmax, ymin=0, ymax=1, **kwargs):
1095
1095
self ._request_autoscale_view ("x" )
1096
1096
return p
1097
1097
1098
- @_api .make_keyword_only ("3.9 " , "label" )
1098
+ @_api .make_keyword_only ("3.10 " , "label" )
1099
1099
@_preprocess_data (replace_names = ["y" , "xmin" , "xmax" , "colors" ],
1100
1100
label_namer = "y" )
1101
1101
def hlines (self , y , xmin , xmax , colors = None , linestyles = 'solid' ,
@@ -1187,7 +1187,7 @@ def hlines(self, y, xmin, xmax, colors=None, linestyles='solid',
1187
1187
self ._request_autoscale_view ()
1188
1188
return lines
1189
1189
1190
- @_api .make_keyword_only ("3.9 " , "label" )
1190
+ @_api .make_keyword_only ("3.10 " , "label" )
1191
1191
@_preprocess_data (replace_names = ["x" , "ymin" , "ymax" , "colors" ],
1192
1192
label_namer = "x" )
1193
1193
def vlines (self , x , ymin , ymax , colors = None , linestyles = 'solid' ,
@@ -1279,7 +1279,7 @@ def vlines(self, x, ymin, ymax, colors=None, linestyles='solid',
1279
1279
self ._request_autoscale_view ()
1280
1280
return lines
1281
1281
1282
- @_api .make_keyword_only ("3.9 " , "orientation" )
1282
+ @_api .make_keyword_only ("3.10 " , "orientation" )
1283
1283
@_preprocess_data (replace_names = ["positions" , "lineoffsets" ,
1284
1284
"linelengths" , "linewidths" ,
1285
1285
"colors" , "linestyles" ])
@@ -2086,7 +2086,7 @@ def acorr(self, x, **kwargs):
2086
2086
"""
2087
2087
return self .xcorr (x , x , ** kwargs )
2088
2088
2089
- @_api .make_keyword_only ("3.9 " , "normed" )
2089
+ @_api .make_keyword_only ("3.10 " , "normed" )
2090
2090
@_preprocess_data (replace_names = ["x" , "y" ], label_namer = "y" )
2091
2091
def xcorr (self , x , y , normed = True , detrend = mlab .detrend_none ,
2092
2092
usevlines = True , maxlags = 10 , ** kwargs ):
@@ -3229,7 +3229,7 @@ def stem(self, *args, linefmt=None, markerfmt=None, basefmt=None, bottom=0,
3229
3229
self .add_container (stem_container )
3230
3230
return stem_container
3231
3231
3232
- @_api .make_keyword_only ("3.9 " , "explode" )
3232
+ @_api .make_keyword_only ("3.10 " , "explode" )
3233
3233
@_preprocess_data (replace_names = ["x" , "explode" , "labels" , "colors" ])
3234
3234
def pie (self , x , explode = None , labels = None , colors = None ,
3235
3235
autopct = None , pctdistance = 0.6 , shadow = False , labeldistance = 1.1 ,
@@ -3509,7 +3509,7 @@ def _errorevery_to_mask(x, errorevery):
3509
3509
everymask [errorevery ] = True
3510
3510
return everymask
3511
3511
3512
- @_api .make_keyword_only ("3.9 " , "ecolor" )
3512
+ @_api .make_keyword_only ("3.10 " , "ecolor" )
3513
3513
@_preprocess_data (replace_names = ["x" , "y" , "xerr" , "yerr" ],
3514
3514
label_namer = "y" )
3515
3515
@_docstring .interpd
@@ -3887,7 +3887,7 @@ def apply_mask(arrays, mask):
3887
3887
3888
3888
return errorbar_container # (l0, caplines, barcols)
3889
3889
3890
- @_api .make_keyword_only ("3.9 " , "notch" )
3890
+ @_api .make_keyword_only ("3.10 " , "notch" )
3891
3891
@_preprocess_data ()
3892
3892
@_api .rename_parameter ("3.9" , "labels" , "tick_labels" )
3893
3893
def boxplot (self , x , notch = None , sym = None , vert = None ,
@@ -4236,7 +4236,7 @@ def boxplot(self, x, notch=None, sym=None, vert=None,
4236
4236
orientation = orientation )
4237
4237
return artists
4238
4238
4239
- @_api .make_keyword_only ("3.9 " , "widths" )
4239
+ @_api .make_keyword_only ("3.10 " , "widths" )
4240
4240
def bxp (self , bxpstats , positions = None , widths = None , vert = None ,
4241
4241
orientation = 'vertical' , patch_artist = False , shownotches = False ,
4242
4242
showmeans = False , showcaps = True , showbox = True , showfliers = True ,
@@ -4773,7 +4773,7 @@ def invalid_shape_exception(csize, xsize):
4773
4773
colors = None # use cmap, norm after collection is created
4774
4774
return c , colors , edgecolors
4775
4775
4776
- @_api .make_keyword_only ("3.9 " , "marker" )
4776
+ @_api .make_keyword_only ("3.10 " , "marker" )
4777
4777
@_preprocess_data (replace_names = ["x" , "y" , "s" , "linewidths" ,
4778
4778
"edgecolors" , "c" , "facecolor" ,
4779
4779
"facecolors" , "color" ],
@@ -5064,7 +5064,7 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
5064
5064
5065
5065
return collection
5066
5066
5067
- @_api .make_keyword_only ("3.9 " , "gridsize" )
5067
+ @_api .make_keyword_only ("3.10 " , "gridsize" )
5068
5068
@_preprocess_data (replace_names = ["x" , "y" , "C" ], label_namer = "y" )
5069
5069
@_docstring .interpd
5070
5070
def hexbin (self , x , y , C = None , gridsize = 100 , bins = None ,
@@ -6814,7 +6814,7 @@ def clabel(self, CS, levels=None, **kwargs):
6814
6814
6815
6815
#### Data analysis
6816
6816
6817
- @_api .make_keyword_only ("3.9 " , "range" )
6817
+ @_api .make_keyword_only ("3.10 " , "range" )
6818
6818
@_preprocess_data (replace_names = ["x" , 'weights' ], label_namer = "x" )
6819
6819
def hist (self , x , bins = None , range = None , density = False , weights = None ,
6820
6820
cumulative = False , bottom = None , histtype = 'bar' , align = 'mid' ,
@@ -7405,7 +7405,7 @@ def stairs(self, values, edges=None, *,
7405
7405
self ._request_autoscale_view ()
7406
7406
return patch
7407
7407
7408
- @_api .make_keyword_only ("3.9 " , "range" )
7408
+ @_api .make_keyword_only ("3.10 " , "range" )
7409
7409
@_preprocess_data (replace_names = ["x" , "y" , "weights" ])
7410
7410
@_docstring .interpd
7411
7411
def hist2d (self , x , y , bins = 10 , range = None , density = False , weights = None ,
@@ -7617,7 +7617,7 @@ def ecdf(self, x, weights=None, *, complementary=False,
7617
7617
line .sticky_edges .x [:] = [0 , 1 ]
7618
7618
return line
7619
7619
7620
- @_api .make_keyword_only ("3.9 " , "NFFT" )
7620
+ @_api .make_keyword_only ("3.10 " , "NFFT" )
7621
7621
@_preprocess_data (replace_names = ["x" ])
7622
7622
@_docstring .interpd
7623
7623
def psd (self , x , NFFT = None , Fs = None , Fc = None , detrend = None ,
@@ -7729,7 +7729,7 @@ def psd(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
7729
7729
else :
7730
7730
return pxx , freqs , line
7731
7731
7732
- @_api .make_keyword_only ("3.9 " , "NFFT" )
7732
+ @_api .make_keyword_only ("3.10 " , "NFFT" )
7733
7733
@_preprocess_data (replace_names = ["x" , "y" ], label_namer = "y" )
7734
7734
@_docstring .interpd
7735
7735
def csd (self , x , y , NFFT = None , Fs = None , Fc = None , detrend = None ,
@@ -7832,7 +7832,7 @@ def csd(self, x, y, NFFT=None, Fs=None, Fc=None, detrend=None,
7832
7832
else :
7833
7833
return pxy , freqs , line
7834
7834
7835
- @_api .make_keyword_only ("3.9 " , "Fs" )
7835
+ @_api .make_keyword_only ("3.10 " , "Fs" )
7836
7836
@_preprocess_data (replace_names = ["x" ])
7837
7837
@_docstring .interpd
7838
7838
def magnitude_spectrum (self , x , Fs = None , Fc = None , window = None ,
@@ -7919,7 +7919,7 @@ def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,
7919
7919
7920
7920
return spec , freqs , line
7921
7921
7922
- @_api .make_keyword_only ("3.9 " , "Fs" )
7922
+ @_api .make_keyword_only ("3.10 " , "Fs" )
7923
7923
@_preprocess_data (replace_names = ["x" ])
7924
7924
@_docstring .interpd
7925
7925
def angle_spectrum (self , x , Fs = None , Fc = None , window = None ,
@@ -7989,7 +7989,7 @@ def angle_spectrum(self, x, Fs=None, Fc=None, window=None,
7989
7989
7990
7990
return spec , freqs , lines [0 ]
7991
7991
7992
- @_api .make_keyword_only ("3.9 " , "Fs" )
7992
+ @_api .make_keyword_only ("3.10 " , "Fs" )
7993
7993
@_preprocess_data (replace_names = ["x" ])
7994
7994
@_docstring .interpd
7995
7995
def phase_spectrum (self , x , Fs = None , Fc = None , window = None ,
@@ -8059,7 +8059,7 @@ def phase_spectrum(self, x, Fs=None, Fc=None, window=None,
8059
8059
8060
8060
return spec , freqs , lines [0 ]
8061
8061
8062
- @_api .make_keyword_only ("3.9 " , "NFFT" )
8062
+ @_api .make_keyword_only ("3.10 " , "NFFT" )
8063
8063
@_preprocess_data (replace_names = ["x" , "y" ])
8064
8064
@_docstring .interpd
8065
8065
def cohere (self , x , y , NFFT = 256 , Fs = 2 , Fc = 0 , detrend = mlab .detrend_none ,
@@ -8124,7 +8124,7 @@ def cohere(self, x, y, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
8124
8124
8125
8125
return cxy , freqs
8126
8126
8127
- @_api .make_keyword_only ("3.9 " , "NFFT" )
8127
+ @_api .make_keyword_only ("3.10 " , "NFFT" )
8128
8128
@_preprocess_data (replace_names = ["x" ])
8129
8129
@_docstring .interpd
8130
8130
def specgram (self , x , NFFT = None , Fs = None , Fc = None , detrend = None ,
@@ -8286,7 +8286,7 @@ def specgram(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
8286
8286
8287
8287
return spec , freqs , t , im
8288
8288
8289
- @_api .make_keyword_only ("3.9 " , "precision" )
8289
+ @_api .make_keyword_only ("3.10 " , "precision" )
8290
8290
@_docstring .interpd
8291
8291
def spy (self , Z , precision = 0 , marker = None , markersize = None ,
8292
8292
aspect = 'equal' , origin = "upper" , ** kwargs ):
@@ -8477,7 +8477,7 @@ def matshow(self, Z, **kwargs):
8477
8477
mticker .MaxNLocator (nbins = 9 , steps = [1 , 2 , 5 , 10 ], integer = True ))
8478
8478
return im
8479
8479
8480
- @_api .make_keyword_only ("3.9 " , "vert" )
8480
+ @_api .make_keyword_only ("3.10 " , "vert" )
8481
8481
@_preprocess_data (replace_names = ["dataset" ])
8482
8482
def violinplot (self , dataset , positions = None , vert = None ,
8483
8483
orientation = 'vertical' , widths = 0.5 , showmeans = False ,
@@ -8603,7 +8603,7 @@ def _kde_method(X, coords):
8603
8603
showmeans = showmeans , showextrema = showextrema ,
8604
8604
showmedians = showmedians , side = side )
8605
8605
8606
- @_api .make_keyword_only ("3.9 " , "vert" )
8606
+ @_api .make_keyword_only ("3.10 " , "vert" )
8607
8607
def violin (self , vpstats , positions = None , vert = None ,
8608
8608
orientation = 'vertical' , widths = 0.5 , showmeans = False ,
8609
8609
showextrema = True , showmedians = False , side = 'both' ):
0 commit comments