Skip to content

Commit ef9343c

Browse files
committed
sync with matplotlib.axes.Axes.cohere
1 parent 4517a7c commit ef9343c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lib/matplotlib/mlab.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -934,11 +934,10 @@ def cohere(x, y, NFFT=256, Fs=2, detrend=detrend_none, window=window_hanning,
934934
935935
Returns
936936
-------
937-
938-
tuple (*Cxy*, *f*)
939-
where *f* are the frequencies of the coherence vector. For cohere,
940-
scaling the individual densities by the sampling frequency has no
941-
effect, since the factors cancel out.
937+
Cxy : 1-D array
938+
The coherence vector.
939+
freqs : 1-D array
940+
The frequencies for the elements in *Cxy*.
942941
943942
See Also
944943
--------

0 commit comments

Comments
 (0)