Skip to content

Commit 5479fcc

Browse files
author
Alan W. Irwin
committed
Initial commit of cmap1 palette that interpolates uniformly from blue to red
in HLS space with fully saturated colours. I prefer saturated (and therefore cheery and easily visible) colours so this is the palette (along with cmap0_black_on_white.pal) that I use for my research plots. svn path=/trunk/; revision=10140
1 parent 6b80ba1 commit 5479fcc

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

data/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ usaglobe.map
2929
cmap0_white_bg.pal
3030
cmap0_black_on_white.pal
3131
cmap1_blue_yellow.pal
32+
cmap1_blue_red.pal
3233
cmap1_gray.pal
3334
)
3435

data/cmap1_blue_red.pal

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
v2 hls
2+
2
3+
0. 240. 0.5 1.0 1. 0
4+
1. 0. 0.5 1.0 1. 0

0 commit comments

Comments
 (0)