[Dart-dev] DART/branches Revision: 13128

dart at ucar.edu dart at ucar.edu
Wed Apr 24 21:12:10 MDT 2019


thoar at ucar.edu
2019-04-24 21:12:10 -0600 (Wed, 24 Apr 2019)
133
extended get_DARTvars to support two_experiments_overview.m
Adding two_experiments_overview.m - originally from group/posters repo.




Added: DART/branches/qc8diags/diagnostics/matlab/private/blue_to_darkred.m
===================================================================
--- DART/branches/qc8diags/diagnostics/matlab/private/blue_to_darkred.m	                        (rev 0)
+++ DART/branches/qc8diags/diagnostics/matlab/private/blue_to_darkred.m	2019-04-25 03:12:10 UTC (rev 13128)
@@ -0,0 +1,76 @@
+function colors = blue_to_darkred()
+% Dark Red to Blue, 18 steps, based on ColorBrewer RdYlBu_11
+%
+% This open source software is provided by UCAR, "as is", without charge,
+% subject to all terms of use at
+% http://www.image.ucar.edu/DAReS/DART/DART_download
+%
+% DART $Id$
+
+RGB = [ ...
+   0.142   0.000   0.850; ...
+   0.097   0.112   0.970; ...
+   0.160   0.342   1.000; ...
+   0.240   0.531   1.000; ...
+   0.340   0.692   1.000; ...
+   0.460   0.829   1.000; ...
+   0.600   0.920   1.000; ...
+   0.740   0.978   1.000; ...
+   0.920   1.000   1.000; ...
+   1.000   1.000   1.000; ...
+   1.000   1.000   0.920; ...
+   1.000   0.948   0.740; ...
+   1.000   0.840   0.600; ...
+   1.000   0.676   0.460; ...
+   1.000   0.472   0.340; ...
+   1.000   0.240   0.240; ...
+   0.970   0.155   0.210; ...
+   0.850   0.085   0.187; ...
+   0.650   0.000   0.130 ];
+
+HSV = [ ...
+250.000   1.000   0.850; ...
+239.000   0.900   0.970; ...
+227.000   0.840   1.000; ...
+217.000   0.760   1.000; ...
+208.000   0.660   1.000; ...
+199.000   0.540   1.000; ...
+192.000   0.400   1.000; ...
+185.000   0.260   1.000; ...
+180.000   0.080   1.000; ...
+ 60.000   0.080   1.000; ...
+ 48.000   0.260   1.000; ...
+ 36.000   0.400   1.000; ...
+ 24.000   0.540   1.000; ...
+ 12.000   0.660   1.000; ...
+  0.000   0.760   1.000; ...
+356.000   0.840   0.970; ...
+352.000   0.900   0.850; ...
+348.000   1.000   0.650 ];
+
+CMYK = [ ...
+   0.708   0.850   0.000   0.150; ...
+   0.873   0.858   0.000   0.030; ...
+   0.840   0.658   0.000   0.000; ...
+   0.760   0.469   0.000   0.000; ...
+   0.660   0.308   0.000   0.000; ...
+   0.540   0.171   0.000   0.000; ...
+   0.400   0.080   0.000   0.000; ...
+   0.260   0.022   0.000   0.000; ...
+   0.080   0.000   0.000   0.000; ...
+   0.000   0.000   0.080   0.000; ...
+   0.000   0.052   0.260   0.000; ...
+   0.000   0.160   0.400   0.000; ...
+   0.000   0.324   0.540   0.000; ...
+   0.000   0.528   0.660   0.000; ...
+   0.000   0.760   0.760   0.000; ...
+   0.000   0.815   0.760   0.030; ...
+   0.000   0.765   0.663   0.150; ...
+   0.000   0.650   0.520   0.350 ];
+
+colors = RGB;
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Revision$
+% $Date$


Property changes on: DART/branches/qc8diags/diagnostics/matlab/private/blue_to_darkred.m
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Rev Author HeadURL Id
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: DART/branches/qc8diags/diagnostics/matlab/private/brown_to_blue.m
===================================================================
--- DART/branches/qc8diags/diagnostics/matlab/private/brown_to_blue.m	                        (rev 0)
+++ DART/branches/qc8diags/diagnostics/matlab/private/brown_to_blue.m	2019-04-25 03:12:10 UTC (rev 13128)


More information about the Dart-dev mailing list