Skip to content

Commit 8e9c478

Browse files
Alsosatimhoffm
andauthored
Added documentation for parameters vmin and vmax inside specgram function. (matplotlib#28613)
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent ae2d890 commit 8e9c478

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8136,6 +8136,11 @@ def specgram(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
81368136
data : indexable object, optional
81378137
DATA_PARAMETER_PLACEHOLDER
81388138
8139+
vmin, vmax : float, optional
8140+
vmin and vmax define the data range that the colormap covers.
8141+
By default, the colormap covers the complete value range of the
8142+
data.
8143+
81398144
**kwargs
81408145
Additional keyword arguments are passed on to `~.axes.Axes.imshow`
81418146
which makes the specgram image. The origin keyword argument

0 commit comments

Comments
 (0)