@@ -1007,6 +1007,8 @@ def hlines(self, y, xmin, xmax, colors=None, linestyles='solid',
1007
1007
1008
1008
Other Parameters
1009
1009
----------------
1010
+ data : indexable object, optional
1011
+ # data_parameter_message
1010
1012
**kwargs : `~matplotlib.collections.LineCollection` properties.
1011
1013
1012
1014
See Also
@@ -1084,6 +1086,8 @@ def vlines(self, x, ymin, ymax, colors=None, linestyles='solid',
1084
1086
1085
1087
Other Parameters
1086
1088
----------------
1089
+ data : indexable object, optional
1090
+ # data_parameter_message
1087
1091
**kwargs : `~matplotlib.collections.LineCollection` properties.
1088
1092
1089
1093
See Also
@@ -1212,6 +1216,9 @@ def eventplot(self, positions, orientation='horizontal', lineoffsets=1,
1212
1216
If *positions* is 2D, this can be a sequence with length matching
1213
1217
the length of *positions*.
1214
1218
1219
+ data : indexable object, optional
1220
+ # data_parameter_message
1221
+
1215
1222
**kwargs
1216
1223
Other keyword arguments are line collection properties. See
1217
1224
`.LineCollection` for a list of the valid properties.
@@ -1660,6 +1667,8 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
1660
1667
1661
1668
Other Parameters
1662
1669
----------------
1670
+ data : indexable object, optional
1671
+ # data_parameter_message
1663
1672
**kwargs
1664
1673
Keyword arguments control the `.Line2D` properties:
1665
1674
@@ -1730,6 +1739,9 @@ def loglog(self, *args, **kwargs):
1730
1739
1731
1740
Other Parameters
1732
1741
----------------
1742
+ data : indexable object, optional
1743
+ # data_parameter_message
1744
+
1733
1745
**kwargs
1734
1746
All parameters supported by `.plot`.
1735
1747
"""
@@ -1783,6 +1795,9 @@ def semilogx(self, *args, **kwargs):
1783
1795
1784
1796
Other Parameters
1785
1797
----------------
1798
+ data : indexable object, optional
1799
+ # data_parameter_message
1800
+
1786
1801
**kwargs
1787
1802
All parameters supported by `.plot`.
1788
1803
"""
@@ -1832,6 +1847,9 @@ def semilogy(self, *args, **kwargs):
1832
1847
1833
1848
Other Parameters
1834
1849
----------------
1850
+ data : indexable object, optional
1851
+ # data_parameter_message
1852
+
1835
1853
**kwargs
1836
1854
All parameters supported by `.plot`.
1837
1855
"""
@@ -1899,6 +1917,9 @@ def acorr(self, x, **kwargs):
1899
1917
The marker for plotting the data points.
1900
1918
Only used if *usevlines* is ``False``.
1901
1919
1920
+ data : indexable object, optional
1921
+ # data_parameter_message
1922
+
1902
1923
**kwargs
1903
1924
Additional parameters are passed to `.Axes.vlines` and
1904
1925
`.Axes.axhline` if *usevlines* is ``True``; otherwise they are
@@ -1973,6 +1994,9 @@ def xcorr(self, x, y, normed=True, detrend=mlab.detrend_none,
1973
1994
The marker for plotting the data points.
1974
1995
Only used if *usevlines* is ``False``.
1975
1996
1997
+ data : indexable object, optional
1998
+ # data_parameter_message
1999
+
1976
2000
**kwargs
1977
2001
Additional parameters are passed to `.Axes.vlines` and
1978
2002
`.Axes.axhline` if *usevlines* is ``True``; otherwise they are
@@ -2083,6 +2107,9 @@ def step(self, x, y, *args, where='pre', data=None, **kwargs):
2083
2107
2084
2108
Other Parameters
2085
2109
----------------
2110
+ data : indexable object, optional
2111
+ # data_parameter_message
2112
+
2086
2113
**kwargs
2087
2114
Additional parameters are the same as those for `.plot`.
2088
2115
@@ -2232,6 +2259,9 @@ def bar(self, x, height, width=0.8, bottom=None, *, align="center",
2232
2259
log : bool, default: False
2233
2260
If *True*, set the y-axis to be log scale.
2234
2261
2262
+ data : indexable object, optional
2263
+ # data_parameter_message
2264
+
2235
2265
**kwargs : `.Rectangle` properties
2236
2266
2237
2267
%(Rectangle_kwdoc)s
@@ -2682,6 +2712,8 @@ def broken_barh(self, xranges, yrange, **kwargs):
2682
2712
2683
2713
Other Parameters
2684
2714
----------------
2715
+ data : indexable object, optional
2716
+ # data_parameter_message
2685
2717
**kwargs : `.BrokenBarHCollection` properties
2686
2718
2687
2719
Each *kwarg* can be either a single argument applying to all
@@ -2801,6 +2833,9 @@ def stem(self, *args, linefmt=None, markerfmt=None, basefmt=None, bottom=0,
2801
2833
old behavior of using a list of `.Line2D` objects. This parameter
2802
2834
may be deprecated in the future.
2803
2835
2836
+ data : indexable object, optional
2837
+ # data_parameter_message
2838
+
2804
2839
Returns
2805
2840
-------
2806
2841
`.StemContainer`
@@ -3018,6 +3053,9 @@ def pie(self, x, explode=None, labels=None, colors=None,
3018
3053
rotatelabels : bool, default: False
3019
3054
Rotate each label to the angle of the corresponding slice if true.
3020
3055
3056
+ data : indexable object, optional
3057
+ # data_parameter_message
3058
+
3021
3059
Returns
3022
3060
-------
3023
3061
patches : list
@@ -3273,6 +3311,9 @@ def errorbar(self, x, y, yerr=None, xerr=None,
3273
3311
3274
3312
Other Parameters
3275
3313
----------------
3314
+ data : indexable object, optional
3315
+ # data_parameter_message
3316
+
3276
3317
**kwargs
3277
3318
All other keyword arguments are passed on to the `~.Axes.plot` call
3278
3319
drawing the markers. For example, this code makes big red squares
@@ -3667,6 +3708,8 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
3667
3708
The style of the median.
3668
3709
meanprops : dict, default: None
3669
3710
The style of the mean.
3711
+ data : indexable object, optional
3712
+ # data_parameter_message
3670
3713
3671
3714
See Also
3672
3715
--------
@@ -4401,6 +4444,8 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
4401
4444
4402
4445
Other Parameters
4403
4446
----------------
4447
+ data : indexable object, optional
4448
+ # data_parameter_message
4404
4449
**kwargs : `~matplotlib.collections.Collection` properties
4405
4450
4406
4451
See Also
@@ -4687,6 +4732,9 @@ def reduce_C_function(C: array) -> float
4687
4732
- `numpy.sum`: integral of the point values
4688
4733
- `numpy.amax`: value taken from the largest point
4689
4734
4735
+ data : indexable object, optional
4736
+ # data_parameter_message
4737
+
4690
4738
**kwargs : `~matplotlib.collections.PolyCollection` properties
4691
4739
All other keyword arguments are passed on to `.PolyCollection`:
4692
4740
@@ -5506,6 +5554,9 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
5506
5554
5507
5555
Other Parameters
5508
5556
----------------
5557
+ data : indexable object, optional
5558
+ # data_parameter_message
5559
+
5509
5560
**kwargs : `~matplotlib.artist.Artist` properties
5510
5561
These parameters are passed on to the constructor of the
5511
5562
`.AxesImage` artist.
@@ -5802,6 +5853,9 @@ def pcolor(self, *args, shading=None, alpha=None, norm=None, cmap=None,
5802
5853
Stroking the edges may be preferred if *alpha* is 1, but will
5803
5854
cause artifacts otherwise.
5804
5855
5856
+ data : indexable object, optional
5857
+ # data_parameter_message
5858
+
5805
5859
**kwargs
5806
5860
Additionally, the following arguments are allowed. They are passed
5807
5861
along to the `~matplotlib.collections.PolyCollection` constructor:
@@ -6047,6 +6101,9 @@ def pcolormesh(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
6047
6101
6048
6102
Other Parameters
6049
6103
----------------
6104
+ data : indexable object, optional
6105
+ # data_parameter_message
6106
+
6050
6107
**kwargs
6051
6108
Additionally, the following arguments are allowed. They are passed
6052
6109
along to the `~matplotlib.collections.QuadMesh` constructor:
@@ -6262,6 +6319,9 @@ def pcolorfast(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
6262
6319
6263
6320
Other Parameters
6264
6321
----------------
6322
+ data : indexable object, optional
6323
+ # data_parameter_message
6324
+
6265
6325
**kwargs
6266
6326
Supported additional parameters depend on the type of grid.
6267
6327
See return types of *image* for further description.
@@ -6567,6 +6627,9 @@ def hist(self, x, bins=None, range=None, density=False, weights=None,
6567
6627
6568
6628
Other Parameters
6569
6629
----------------
6630
+ data : indexable object, optional
6631
+ # data_parameter_message
6632
+
6570
6633
**kwargs
6571
6634
`~matplotlib.patches.Patch` properties
6572
6635
@@ -6888,6 +6951,9 @@ def stairs(self, values, edges=None, *,
6888
6951
6889
6952
Other Parameters
6890
6953
----------------
6954
+ data : indexable object, optional
6955
+ # data_parameter_message
6956
+
6891
6957
**kwargs
6892
6958
`~matplotlib.patches.StepPatch` properties
6893
6959
@@ -7001,6 +7067,9 @@ def hist2d(self, x, y, bins=10, range=None, density=False, weights=None,
7001
7067
alpha : ``0 <= scalar <= 1`` or ``None``, optional
7002
7068
The alpha blending value.
7003
7069
7070
+ data : indexable object, optional
7071
+ # data_parameter_message
7072
+
7004
7073
**kwargs
7005
7074
Additional parameters are passed along to the
7006
7075
`~.Axes.pcolormesh` method and `~matplotlib.collections.QuadMesh`
@@ -7088,6 +7157,9 @@ def psd(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
7088
7157
7089
7158
Other Parameters
7090
7159
----------------
7160
+ data : indexable object, optional
7161
+ # data_parameter_message
7162
+
7091
7163
**kwargs
7092
7164
Keyword arguments control the `.Line2D` properties:
7093
7165
@@ -7201,6 +7273,9 @@ def csd(self, x, y, NFFT=None, Fs=None, Fc=None, detrend=None,
7201
7273
7202
7274
Other Parameters
7203
7275
----------------
7276
+ data : indexable object, optional
7277
+ # data_parameter_message
7278
+
7204
7279
**kwargs
7205
7280
Keyword arguments control the `.Line2D` properties:
7206
7281
@@ -7291,6 +7366,9 @@ def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,
7291
7366
7292
7367
Other Parameters
7293
7368
----------------
7369
+ data : indexable object, optional
7370
+ # data_parameter_message
7371
+
7294
7372
**kwargs
7295
7373
Keyword arguments control the `.Line2D` properties:
7296
7374
@@ -7368,6 +7446,9 @@ def angle_spectrum(self, x, Fs=None, Fc=None, window=None,
7368
7446
7369
7447
Other Parameters
7370
7448
----------------
7449
+ data : indexable object, optional
7450
+ # data_parameter_message
7451
+
7371
7452
**kwargs
7372
7453
Keyword arguments control the `.Line2D` properties:
7373
7454
@@ -7434,6 +7515,9 @@ def phase_spectrum(self, x, Fs=None, Fc=None, window=None,
7434
7515
7435
7516
Other Parameters
7436
7517
----------------
7518
+ data : indexable object, optional
7519
+ # data_parameter_message
7520
+
7437
7521
**kwargs
7438
7522
Keyword arguments control the `.Line2D` properties:
7439
7523
@@ -7501,6 +7585,9 @@ def cohere(self, x, y, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
7501
7585
7502
7586
Other Parameters
7503
7587
----------------
7588
+ data : indexable object, optional
7589
+ # data_parameter_message
7590
+
7504
7591
**kwargs
7505
7592
Keyword arguments control the `.Line2D` properties:
7506
7593
@@ -7579,6 +7666,9 @@ def specgram(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
7579
7666
right border of the last bin. Note that for *noverlap>0* the width
7580
7667
of the bins is smaller than those of the segments.
7581
7668
7669
+ data : indexable object, optional
7670
+ # data_parameter_message
7671
+
7582
7672
**kwargs
7583
7673
Additional keyword arguments are passed on to `~.axes.Axes.imshow`
7584
7674
which makes the specgram image. The origin keyword argument
@@ -7924,6 +8014,9 @@ def violinplot(self, dataset, positions=None, vert=True, widths=0.5,
7924
8014
callable, it should take a `GaussianKDE` instance as its only
7925
8015
parameter and return a scalar. If None (default), 'scott' is used.
7926
8016
8017
+ data : indexable object, optional
8018
+ # data_parameter_message
8019
+
7927
8020
Returns
7928
8021
-------
7929
8022
dict
0 commit comments