Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e07fdb

Browse files
committed
Passed on sides and pad_to
1 parent 1cba817 commit 1e07fdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7488,7 +7488,8 @@ def cohere(self, x, y, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
74887488
"""
74897489
cxy, freqs = mlab.cohere(x=x, y=y, NFFT=NFFT, Fs=Fs, detrend=detrend,
74907490
window=window, noverlap=noverlap,
7491-
scale_by_freq=scale_by_freq)
7491+
scale_by_freq=scale_by_freq, sides=sides,
7492+
pad_to=pad_to)
74927493
freqs += Fc
74937494

74947495
self.plot(freqs, cxy, **kwargs)

0 commit comments

Comments
 (0)