@@ -2615,11 +2615,6 @@ def broken_barh(self, xranges, yrange, **kwargs):
2615
2615
Returns
2616
2616
-------
2617
2617
collection : A :class:`~.collections.BrokenBarHCollection`
2618
-
2619
- Notes
2620
- -----
2621
- .. [Notes section required for data comment. See #10189.]
2622
-
2623
2618
"""
2624
2619
# process the unit information
2625
2620
if len (xranges ):
@@ -3183,10 +3178,6 @@ def errorbar(self, x, y, yerr=None, xerr=None,
3183
3178
3184
3179
%(_Line2D_docstr)s
3185
3180
3186
- Notes
3187
- -----
3188
- .. [Notes section required for data comment. See #10189.]
3189
-
3190
3181
"""
3191
3182
kwargs = cbook .normalize_kwargs (kwargs , mlines .Line2D )
3192
3183
# anything that comes in as 'None', drop so the default thing
@@ -3641,10 +3632,6 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
3641
3632
3642
3633
- ``means``: points or lines representing the means.
3643
3634
3644
- Notes
3645
- -----
3646
- .. [Notes section required for data comment. See #10189.]
3647
-
3648
3635
"""
3649
3636
3650
3637
# Missing arguments default to rcParams.
@@ -6579,10 +6566,6 @@ def hist(self, x, bins=None, range=None, density=None, weights=None,
6579
6566
--------
6580
6567
hist2d : 2D histograms
6581
6568
6582
- Notes
6583
- -----
6584
- .. [Notes section required for data comment. See #10189.]
6585
-
6586
6569
"""
6587
6570
# Avoid shadowing the builtin.
6588
6571
bin_range = range
@@ -7299,10 +7282,6 @@ def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,
7299
7282
:func:`specgram` can plot the magnitude spectrum of segments within
7300
7283
the signal in a colormap.
7301
7284
7302
- Notes
7303
- -----
7304
- .. [Notes section required for data comment. See #10189.]
7305
-
7306
7285
"""
7307
7286
if Fc is None :
7308
7287
Fc = 0
@@ -7388,10 +7367,6 @@ def angle_spectrum(self, x, Fs=None, Fc=None, window=None,
7388
7367
:func:`specgram` can plot the angle spectrum of segments within the
7389
7368
signal in a colormap.
7390
7369
7391
- Notes
7392
- -----
7393
- .. [Notes section required for data comment. See #10189.]
7394
-
7395
7370
"""
7396
7371
if Fc is None :
7397
7372
Fc = 0
@@ -7464,10 +7439,6 @@ def phase_spectrum(self, x, Fs=None, Fc=None, window=None,
7464
7439
:func:`specgram` can plot the phase spectrum of segments within the
7465
7440
signal in a colormap.
7466
7441
7467
- Notes
7468
- -----
7469
- .. [Notes section required for data comment. See #10189.]
7470
-
7471
7442
"""
7472
7443
if Fc is None :
7473
7444
Fc = 0
@@ -7966,10 +7937,6 @@ def violinplot(self, dataset, positions=None, vert=True, widths=0.5,
7966
7937
- ``cmedians``: A `~.collections.LineCollection` instance that
7967
7938
marks the median values of each of the violin's distribution.
7968
7939
7969
- Notes
7970
- -----
7971
- .. [Notes section required for data comment. See #10189.]
7972
-
7973
7940
"""
7974
7941
7975
7942
def _kde_method (X , coords ):
0 commit comments