Revision: 3636
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3636&view=rev
Author:   mdboom
Date:     2007-07-30 12:46:53 -0700 (Mon, 30 Jul 2007)

Log Message:
-----------
Fix numpification typo affecting mathtext output with Cairo backend.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/backends/backend_cairo.py

Modified: trunk/matplotlib/lib/matplotlib/backends/backend_cairo.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_cairo.py   2007-07-30 
18:57:09 UTC (rev 3635)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_cairo.py   2007-07-30 
19:46:53 UTC (rev 3636)
@@ -335,7 +335,7 @@
             Xall[:,i] = npy.fromstring(s, npy.uint8)
 
         # get the max alpha at each pixel
-        Xs = npy.mlab.max (Xall,1)
+        Xs = npy.max (Xall,1)
 
         # convert it to it's proper shape
         Xs.shape = imh, imw


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