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:







