mailr20386 - /branches/relax_disp/specific_analyses/relax_disp/disp_data.py


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

Header


Content

Posted by edward on July 18, 2013 - 13:12:
Author: bugman
Date: Thu Jul 18 13:12:48 2013
New Revision: 20386

URL: http://svn.gna.org/viewcvs/relax?rev=20386&view=rev
Log:
The relax_disp.plot_disp_curves user function backend now sets clear legend 
boxes with smaller text.


Modified:
    branches/relax_disp/specific_analyses/relax_disp/disp_data.py

Modified: branches/relax_disp/specific_analyses/relax_disp/disp_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/disp_data.py?rev=20386&r1=20385&r2=20386&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/disp_data.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/disp_data.py Thu Jul 18 
13:12:48 2013
@@ -498,7 +498,7 @@
 
         # Write the header.
         title = "Relaxation dispersion plot"
-        write_xy_header(file=file, title=title, sets=len(data), 
set_names=set_labels, axis_labels=axis_labels)
+        write_xy_header(file=file, title=title, sets=len(data), 
set_names=set_labels, axis_labels=axis_labels, legend_box_fill_pattern=0, 
legend_char_size=0.8)
 
         # Write the data.
         graph_type = 'xy'




Related Messages


Powered by MHonArc, Updated Thu Jul 18 13:20:02 2013