mailr21792 - /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:15:
Author: bugman
Date: Thu Dec  5 17:15:55 2013
New Revision: 21792

URL: http://svn.gna.org/viewcvs/relax?rev=21792&view=rev
Log:
The relax_disp.plot_disp_curves user function can now support 150 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=21792&r1=21791&r2=21792&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/disp_data.py (original)
+++ trunk/specific_analyses/relax_disp/disp_data.py Thu Dec  5 17:15:55 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]
+    color_order = [4, 15, 2, 13, 11, 1, 3, 5, 6, 7, 8, 9, 10, 12, 14] * 10
 
     # 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