you could define a color palette with discrete colors:
set cbrange [0:6]
set palette defined (0 "white", 1 "white", 1 "green", 2 "green", 2 "yellow",
3 "yellow", 3 "orange", 4 "orange", 4 "orange-red", 5 "orange-red", 5 "red",
6 "red")
# have a look at the palette
test palette
pause -1
# do a test plot
splot 3.*(x+y) with pm3d
sikp wrote:
>
> Hello,
>
> is it possible to create 3d graph like this in gnuplot?
>
> http://old.nabble.com/file/p31971452/desired_graph.png
>
> I need fixed color for each Z-level 0-1, 1-2 and so on..
>
> Thanks, regards,
> Petr
>
>
--
View this message in context: http://old.nabble.com/assign-fixed-color-to-each-Z-level-tp31971452p31973927.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|