From: <md...@us...> - 2008-10-23 17:36:03
|
Revision: 6313 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6313&view=rev Author: mdboom Date: 2008-10-23 17:35:50 +0000 (Thu, 23 Oct 2008) Log Message: ----------- Fix math expression. Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/axes.py Modified: trunk/matplotlib/lib/matplotlib/axes.py =================================================================== --- trunk/matplotlib/lib/matplotlib/axes.py 2008-10-23 17:35:14 UTC (rev 6312) +++ trunk/matplotlib/lib/matplotlib/axes.py 2008-10-23 17:35:50 UTC (rev 6313) @@ -6623,7 +6623,7 @@ .. math:: - C_{xy} = \\frac{|P_{xy}|^2}{P_{xx}*P_{yy}} + C_{xy} = \\frac{|P_{xy}|^2}{P_{xx}P_{yy}} The return value is a tuple (*Cxy*, *f*), where *f* are the frequencies of the coherence vector. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |