[Dart-dev] [4819] DART/trunk/diagnostics/matlab/two_experiments_evolution.m: Made the order of the colors used to represent the experiments to be the
nancy at ucar.edu
nancy at ucar.edu
Fri Mar 25 11:20:27 MDT 2011
Revision: 4819
Author: thoar
Date: 2011-03-25 11:20:27 -0600 (Fri, 25 Mar 2011)
Log Message:
-----------
Made the order of the colors used to represent the experiments to be the
same as that in two_experiments_profile.m ... easier to be consistent.
Modified Paths:
--------------
DART/trunk/diagnostics/matlab/two_experiments_evolution.m
-------------- next part --------------
Modified: DART/trunk/diagnostics/matlab/two_experiments_evolution.m
===================================================================
--- DART/trunk/diagnostics/matlab/two_experiments_evolution.m 2011-03-25 17:07:47 UTC (rev 4818)
+++ DART/trunk/diagnostics/matlab/two_experiments_evolution.m 2011-03-25 17:20:27 UTC (rev 4819)
@@ -594,7 +594,7 @@
plotlims(4,:) = [0.10 0.15 0.8 0.75];
end
-figdata = struct('expcolors', {{'k','r','b','g','m','c','y'}}, ...
+figdata = struct('expcolors', {{'k','r','g','m','b','c','y'}}, ...
'expsymbols', {{'o','s','d','p','h','s','*'}}, ...
'prpolines', {{'-',':'}}, 'plotlims', plotlims, ...
'fontsize',fontsize, 'orientation',orientation);
More information about the Dart-dev
mailing list