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.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to