Gnuplot Color Schemes

This page is just devoted to testing color schemes. When adding new color schemes, please use the following script template:

set terminal gif size 500,200
set output 'palette_<palette_descriptor>.gif'

set pm3d at b
set xrange [0:1]
set yrange [-1:1]

unset surface; unset key; unset colorbox
unset ytics; unset ztics

set view 0,0

set palette <palette options here>
set title '<set palette line to reproduce graph>'
splot x

All images are printed below:

palette_rgbformulae_7_5_15.gifpalette_rgbformulae_3_11_6.gifpalette_rgbformulae_23_28_3.gifpalette_rgbformulae_21_22_23.gifpalette_rgbformulae_30_31_32.gifpalette_rgbformulae_33_13_10.gifpalette_rgbformulae_34_35_36.gifpalette_rgbformulae_-10_-13_-26.gif
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License