Revision: 3931
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3931&view=rev
Author:   mdboom
Date:     2007-10-09 08:58:36 -0700 (Tue, 09 Oct 2007)

Log Message:
-----------
Raw files should be saved (optionally) with rgba extension, which is
what ImageMagick understands.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/backend_bases.py

Modified: trunk/matplotlib/lib/matplotlib/backend_bases.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backend_bases.py    2007-10-09 15:58:09 UTC 
(rev 3930)
+++ trunk/matplotlib/lib/matplotlib/backend_bases.py    2007-10-09 15:58:36 UTC 
(rev 3931)
@@ -1079,7 +1079,7 @@
         'png': 'Portable Network Graphics',
         'ps' : 'Postscript',
         'raw': 'Raw RGBA bitmap',
-        'rgb': 'Raw RGBA bitmap',
+        'rgba': 'Raw RGBA bitmap',
         'svg': 'Scalable Vector Graphics',
         'svgz': 'Scalable Vector Graphics'
         }


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