@@ -6370,6 +6370,10 @@ def hist(self, x, bins=None, range=None, density=None, weights=None,
63706370 --------
63716371 hist2d : 2D histograms
63726372
6373+ Notes
6374+ -----
6375+ .. [Notes section required for data comment. See #10189.]
6376+
63736377 """
63746378 # Avoid shadowing the builtin.
63756379 bin_range = range
@@ -7094,6 +7098,11 @@ def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,
70947098 :func:`specgram`
70957099 :func:`specgram` can plot the magnitude spectrum of segments within
70967100 the signal in a colormap.
7101+
7102+ Notes
7103+ -----
7104+ .. [Notes section required for data comment. See #10189.]
7105+
70977106 """
70987107 if not self ._hold :
70997108 self .cla ()
@@ -7186,6 +7195,11 @@ def angle_spectrum(self, x, Fs=None, Fc=None, window=None,
71867195 :func:`specgram`
71877196 :func:`specgram` can plot the angle spectrum of segments within the
71887197 signal in a colormap.
7198+
7199+ Notes
7200+ -----
7201+ .. [Notes section required for data comment. See #10189.]
7202+
71897203 """
71907204 if not self ._hold :
71917205 self .cla ()
@@ -7265,6 +7279,11 @@ def phase_spectrum(self, x, Fs=None, Fc=None, window=None,
72657279 :func:`specgram`
72667280 :func:`specgram` can plot the phase spectrum of segments within the
72677281 signal in a colormap.
7282+
7283+ Notes
7284+ -----
7285+ .. [Notes section required for data comment. See #10189.]
7286+
72687287 """
72697288 if not self ._hold :
72707289 self .cla ()
@@ -7753,6 +7772,11 @@ def violinplot(self, dataset, positions=None, vert=True, widths=0.5,
77537772 :class:`matplotlib.collections.LineCollection` instance
77547773 created to identify the median values of each of the
77557774 violin's distribution.
7775+
7776+ Notes
7777+ -----
7778+ .. [Notes section required for data comment. See #10189.]
7779+
77567780 """
77577781
77587782 def _kde_method (X , coords ):
0 commit comments