mailr24770 - /branches/r1rho_plotting/specific_analyses/relax_disp/data.py


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

Header


Content

Posted by tlinnet on July 26, 2014 - 13:33:
Author: tlinnet
Date: Sat Jul 26 13:33:58 2014
New Revision: 24770

URL: http://svn.gna.org/viewcvs/relax?rev=24770&view=rev
Log:
Added sub-title to the plot of R1rho R2 as function of effective field.

This is to add information about how the effective field has been 
interpolated.

sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho 
analysis with R2_eff as function of Omega_eff.
sr #3138(https://gna.org/support/?3138): Interpolating theta through 
spin-lock offset [Omega], rather than spin-lock field strength [w1].

Modified:
    branches/r1rho_plotting/specific_analyses/relax_disp/data.py

Modified: branches/r1rho_plotting/specific_analyses/relax_disp/data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/r1rho_plotting/specific_analyses/relax_disp/data.py?rev=24770&r1=24769&r2=24770&view=diff
==============================================================================
--- branches/r1rho_plotting/specific_analyses/relax_disp/data.py        
(original)
+++ branches/r1rho_plotting/specific_analyses/relax_disp/data.py        Sat 
Jul 26 13:33:58 2014
@@ -1801,6 +1801,7 @@
 
         # Write the header.
         title = "Relaxation dispersion plot"
+        subtitle = "Interpolated through Spin-lock field strength 
\\xw\\B\\s1\\N"
         graph_num = len(data)
         sets = []
         legend = []
@@ -1808,7 +1809,7 @@
             sets.append(len(data[gi]))
             legend.append(False)
         legend[0] = True
-        write_xy_header(file=file, title=title, graph_num=graph_num, 
sets=sets, set_names=set_labels, set_colours=set_colours, 
x_axis_type_zero=x_axis_type_zero, symbols=symbols, 
symbol_sizes=symbol_sizes, linetype=linetype, linestyle=linestyle, 
axis_labels=axis_labels, legend=legend, 
legend_box_fill_pattern=[0]*graph_num, legend_char_size=[0.8]*graph_num)
+        write_xy_header(file=file, title=title, subtitle=subtitle, 
graph_num=graph_num, sets=sets, set_names=set_labels, 
set_colours=set_colours, x_axis_type_zero=x_axis_type_zero, symbols=symbols, 
symbol_sizes=symbol_sizes, linetype=linetype, linestyle=linestyle, 
axis_labels=axis_labels, legend=legend, 
legend_box_fill_pattern=[0]*graph_num, legend_char_size=[0.8]*graph_num)
 
         # Write the data.
         graph_type = 'xy'




Related Messages


Powered by MHonArc, Updated Sat Jul 26 13:40:03 2014