mailr26405 - /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 - 18:04:
Author: bugman
Date: Sat Nov  1 18:04:10 2014
New Revision: 26405

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

The binary being called is now 'grace' rather than 'xmgrace'.  This allows 
different Grace versions
to be used.


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=26405&r1=26404&r2=26405&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 18:04:10 2014
@@ -17,5 +17,5 @@
     file_root = basename(file_root)
 
     # Convert to EPS then PDF.
-    system("xmgrace -hdevice EPS -hardcopy -printfile %s.eps %s" % 
(file_root, file_name))
-    system("xmgrace -hdevice PNG -hardcopy -printfile %s.png %s" % 
(file_root, file_name))
+    system("grace -hdevice EPS -hardcopy -printfile %s.eps %s" % (file_root, 
file_name))
+    system("grace -hdevice PNG -hardcopy -printfile %s.png %s" % (file_root, 
file_name))




Related Messages


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