Revision: 8801
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8801&view=rev
Author:   leejjoon
Date:     2010-11-15 01:09:27 +0000 (Mon, 15 Nov 2010)

Log Message:
-----------
disable pstoeps when xpdf distiller is used

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

Modified: trunk/matplotlib/lib/matplotlib/backends/backend_ps.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_ps.py      2010-11-15 
00:36:14 UTC (rev 8800)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_ps.py      2010-11-15 
01:09:27 UTC (rev 8801)
@@ -1438,7 +1438,7 @@
     # 8.61). Thus, the original bbox need to be resotred.
 
     if eps:
-        pstoeps(tmpfile, bbox, rotated)
+        pass
     for fname in glob.glob(tmpfile+'.*'):
         os.remove(fname)
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to