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))
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits