mailr26406 - /branches/frame_order_cleanup/test_suite/shared_data/frame_order/sim_vs_pred_matrix/convert.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on November 01, 2014 - 20:13:
Author: bugman
Date: Sat Nov  1 20:13:38 2014
New Revision: 26406

URL: http://svn.gna.org/viewcvs/relax?rev=26406&view=rev
Log:
Modified the frame order matrix Grace graph to EPS/PNG format conversion 
script.

Grace is now used to create a PostScript file and then the ps2eps program is 
called to convert to
EPS.  This produces much better EPS files for inclusion into LaTeX documents.


Modified:
    
branches/frame_order_cleanup/test_suite/shared_data/frame_order/sim_vs_pred_matrix/convert.py

Modified: 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/sim_vs_pred_matrix/convert.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/shared_data/frame_order/sim_vs_pred_matrix/convert.py?rev=26406&r1=26405&r2=26406&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/sim_vs_pred_matrix/convert.py
       (original)
+++ 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/sim_vs_pred_matrix/convert.py
       Sat Nov  1 20:13:38 2014
@@ -17,5 +17,6 @@
     file_root = basename(file_root)
 
     # Convert to EPS then PDF.
-    system("grace -hdevice EPS -hardcopy -printfile %s.eps %s" % (file_root, 
file_name))
+    system("grace -hdevice PostScript -hardcopy -printfile %s.ps %s" % 
(file_root, file_name))
+    system("ps2eps %s.ps" % file_root)
     system("grace -hdevice PNG -hardcopy -printfile %s.png %s" % (file_root, 
file_name))




Related Messages


Powered by MHonArc, Updated Sat Nov 01 20:40:01 2014