mailr23168 - /trunk/pipe_control/rdc.py


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

Header


Content

Posted by edward on May 14, 2014 - 11:16:
Author: bugman
Date: Wed May 14 11:16:14 2014
New Revision: 23168

URL: http://svn.gna.org/viewcvs/relax?rev=23168&view=rev
Log:
The units are now included in the Grace axis labels created by the 
rdc.corr_plot user function.


Modified:
    trunk/pipe_control/rdc.py

Modified: trunk/pipe_control/rdc.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/rdc.py?rev=23168&r1=23167&r2=23168&view=diff
==============================================================================
--- trunk/pipe_control/rdc.py   (original)
+++ trunk/pipe_control/rdc.py   Wed May 14 11:16:14 2014
@@ -402,7 +402,7 @@
     # Init.
     data = []
     title = "RDC correlation plot"
-    axis_labels = ["Measured RDC", "Back-calculated RDC"]
+    axis_labels = ["Measured RDC (Hz)", "Back-calculated RDC (Hz)"]
 
     # The diagonal.
     data.append([[-100, -100, 0], [100, 100, 0]])
@@ -439,7 +439,7 @@
 
                 # A different title and axis labels.
                 title = "T = J+D correlation plot"
-                axis_labels = ["Measured T = J+D", "Back-calculated T = J+D"]
+                axis_labels = ["Measured T = J+D (Hz)", "Back-calculated T = 
J+D (Hz)"]
 
             # Append the data.
             data[-1].append([rdc, rdc_bc])




Related Messages


Powered by MHonArc, Updated Wed May 14 11:40:02 2014