#!MC 1410 # cpt-city: pm/pm3d07 (cpt) # # Various gradients from Gnuplot: the original default pm3d # colour gradient by Petr Mikulík from Masaryk University, # nice rgb schemes listed in “help palette rgbformulae” # and gradients from the pm3dcolors.dem demo script # # author: Petr Mikulik # copyright: GPLv2 # year: 2006 # url: https://phillips.shef.ac.uk/pub/cpt-city/pm $!COLORMAP CONTOURCOLORMAP = UserDef $!COLORMAPCONTROL RESETTOFACTORY $!COLORMAP USERDEFINED { NUMCONTROLPOINTS = 4 CONTROLPOINT 1 { COLORMAPFRACTION = 0.000000 LEADRGB { R = 0 G = 255 B = 0 } TRAILRGB { R = 0 G = 255 B = 0 } } CONTROLPOINT 2 { COLORMAPFRACTION = 0.333333 LEADRGB { R = 255 G = 255 B = 0 } TRAILRGB { R = 0 G = 100 B = 0 } } CONTROLPOINT 3 { COLORMAPFRACTION = 0.666667 LEADRGB { R = 255 G = 0 B = 0 } TRAILRGB { R = 200 G = 200 B = 0 } } CONTROLPOINT 4 { COLORMAPFRACTION = 1.000000 LEADRGB { R = 139 G = 0 B = 0 } TRAILRGB { R = 139 G = 0 B = 0 } } }