Commit 88e3aa1b8206bb9109b285734c7724ef7bc8731a

Authored by Elena.Budnik
1 parent df6f5370

Christian color maps

config/kernel/plotConfig.xml
... ... @@ -56,6 +56,10 @@
56 56 <file index="2">cmap1_blue_yellow.pal</file>
57 57 <file index="3">cmap1_gray.pal</file>
58 58 <file index="4">cmap1_amda_default.pal</file>
  59 + <file index="5">cmap1_geowhite.pal</file>
  60 + <file index="6">cmap1_geoblack.pal</file>
  61 + <file index="7">cmap1_dark_violet_yellow.pal</file>
  62 + <file index="8">cmap1_red_blue.pal</file>
59 63 </coloraxis>
60 64 </colormap>
61 65 </root>
... ...
config/kernel/plplot/cmap1_dark_violet_yellow.pal 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +v2 rgb
  2 +6
  3 +0 0 0 0.3000 1 0
  4 +0.2000 0 0 1.0000 1 0
  5 +0.4000 0.8500 0 1.0000 1 0
  6 +0.6000 1.0000 0.5000 0 1 0
  7 +0.8000 1.0000 0.9000 0 1 0
  8 +1.0000 1.0000 1.0000 0.9000 1 0
  9 +
... ...
config/kernel/plplot/cmap1_geoblack.pal 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +v2 rgb
  2 +9
  3 +0.0000 0.0000 0.0000 0.0000 1 0
  4 +0.0039 0.9606 0.7717 1.0000 1 0
  5 +0.2353 0.1929 0.2008 1.0000 1 0
  6 +0.4000 0.0669 0.9764 1.0000 1 0
  7 +0.4863 0.0000 1.0000 0.5157 1 0
  8 +0.5765 0.0236 1.0000 0.0157 1 0
  9 +0.6750 0.8750 1.0000 0.0157 1 0
  10 +0.7529 1.0000 0.9921 0.0394 1 0
  11 +1.0000 1.0000 0.0000 0.0354 1 0
... ...
config/kernel/plplot/cmap1_geowhite.pal 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +v2 rgb
  2 +9
  3 +0.0000 1.0000 1.0000 1.0000 1 0
  4 +0.0039 0.9606 0.7717 1.0000 1 0
  5 +0.2353 0.1929 0.2008 1.0000 1 0
  6 +0.4000 0.0669 0.9764 1.0000 1 0
  7 +0.4863 0.0000 1.0000 0.5157 1 0
  8 +0.5765 0.0236 1.0000 0.0157 1 0
  9 +0.6750 0.8750 1.0000 0.0157 1 0
  10 +0.7529 1.0000 0.9921 0.0394 1 0
  11 +1.0000 1.0000 0.0000 0.0354 1 0
... ...
config/kernel/plplot/cmap1_red_blue.pal 0 → 100644
... ... @@ -0,0 +1,6 @@
  1 +v2 rgb
  2 +4
  3 +0.0000 0.0000 0.0000 1.0000 1 0
  4 +0.4950 0.0000 1.0000 1.0000 1 0
  5 +0.5050 1.0000 1.0000 0.0000 1 0
  6 +1.0000 1.0000 0.0000 0.0000 1 0
... ...