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))
_______________________________________________
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