mailr21793 - /trunk/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 December 05, 2013 - 17:21:
Author: bugman
Date: Thu Dec  5 17:21:37 2013
New Revision: 21793

URL: http://svn.gna.org/viewcvs/relax?rev=21793&view=rev
Log:
The relax_disp.plot_disp_curves user function can now support 3000 sets per 
Grace graph.


Modified:
    trunk/specific_analyses/relax_disp/disp_data.py

Modified: trunk/specific_analyses/relax_disp/disp_data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/disp_data.py?rev=21793&r1=21792&r2=21793&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/disp_data.py (original)
+++ trunk/specific_analyses/relax_disp/disp_data.py Thu Dec  5 17:21:37 2013
@@ -1359,7 +1359,7 @@
     proton_mmq_flag = has_proton_mmq_cpmg()
 
     # Default hardcoded colours (one colour for each magnetic field 
strength).
-    color_order = [4, 15, 2, 13, 11, 1, 3, 5, 6, 7, 8, 9, 10, 12, 14] * 10
+    color_order = [4, 15, 2, 13, 11, 1, 3, 5, 6, 7, 8, 9, 10, 12, 14] * 1000
 
     # Loop over each spin.
     for spin, spin_id in spin_loop(return_id=True, skip_desel=True):




Related Messages


Powered by MHonArc, Updated Thu Dec 05 17:40:01 2013