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

Skip to content

Commit 7f80a76

Browse files
committed
Fix math expression.
svn path=/trunk/matplotlib/; revision=6313
1 parent ed9c2b5 commit 7f80a76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6623,7 +6623,7 @@ def cohere(self, x, y, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
66236623
66246624
.. math::
66256625
6626-
C_{xy} = \\frac{|P_{xy}|^2}{P_{xx}*P_{yy}}
6626+
C_{xy} = \\frac{|P_{xy}|^2}{P_{xx}P_{yy}}
66276627
66286628
The return value is a tuple (*Cxy*, *f*), where *f* are the
66296629
frequencies of the coherence vector.

0 commit comments

Comments
 (0)