Revision: 3766
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3766&view=rev
Author:   mdboom
Date:     2007-08-31 12:35:09 -0700 (Fri, 31 Aug 2007)

Log Message:
-----------
Fix log expression.

Modified Paths:
--------------
    trunk/matplotlib/examples/mathtext_wx.py

Modified: trunk/matplotlib/examples/mathtext_wx.py
===================================================================
--- trunk/matplotlib/examples/mathtext_wx.py    2007-08-31 19:25:34 UTC (rev 
3765)
+++ trunk/matplotlib/examples/mathtext_wx.py    2007-08-31 19:35:09 UTC (rev 
3766)
@@ -31,7 +31,7 @@
     (r'$\sin(2 \pi x)$'      , lambda x: sin(2*pi*x)),
     (r'$\frac{4}{3}\pi x^3$' , lambda x: (4.0 / 3.0) * pi * x**3),
     (r'$\cos(2 \pi x)$'      , lambda x: cos(2*pi*x)),
-    (r'$\log x$'             , lambda x: log(x))
+    (r'$\log(x)$'            , lambda x: log(x))
 ]
 
 class CanvasFrame(wx.Frame):


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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to