mailr25851 - /trunk/auto_analyses/relax_disp_repeat_cpmg.py


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

Header


Content

Posted by tlinnet on September 16, 2014 - 01:48:
Author: tlinnet
Date: Tue Sep 16 01:48:57 2014
New Revision: 25851

URL: http://svn.gna.org/viewcvs/relax?rev=25851&view=rev
Log:
Changing the range of plotting for statistics.

Task #7826 (https://gna.org/task/index.php?7826): Write an python class for 
the repeated analysis of dispersion data.

Modified:
    trunk/auto_analyses/relax_disp_repeat_cpmg.py

Modified: trunk/auto_analyses/relax_disp_repeat_cpmg.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/relax_disp_repeat_cpmg.py?rev=25851&r1=25850&r2=25851&view=diff
==============================================================================
--- trunk/auto_analyses/relax_disp_repeat_cpmg.py       (original)
+++ trunk/auto_analyses/relax_disp_repeat_cpmg.py       Tue Sep 16 01:48:57 
2014
@@ -1304,8 +1304,8 @@
         ax2.set_ylabel('Sample correlation ' + r'$r_{xy}^2$')
         ax1.set_xticks(x)
         ax2.set_xticks(x)
-        ax1.set_ylim(0, 1.1)
-        ax2.set_ylim(0, 1.1)
+        #ax1.set_ylim(0, 1.1)
+        ax2.set_ylim(0, 1.0)
         ax1.invert_xaxis()
         #ax2.invert_xaxis()
         if show:




Related Messages


Powered by MHonArc, Updated Tue Sep 16 02:20:03 2014