|
From: Petr M. <mi...@ph...> - 2003-11-19 08:53:26
|
> > I propose
> > test palette {{rgb | grb | bgr | rbg | ...}}
> >
> > to get the user chance to distinguish which R,G,B profiles overlap in
> > e.g. gray palette.
>
> I'm afraid I don't understand what you are saying here.
> Probably a picture is worth a thousand words of explaination.
> What is the difference between
> test palette rgb
> and
> test palette grb
> in the resulting output?
Being the rgb profiles in 'tmpfile', the option rgb | bgr | ... would choose
this order:
plot 'tmpfile' \
u 1:2 title 'red'w l 1, ''u 1:3 tit 'green'w l 2, ''u 1:4 tit 'blue' w l 3
or this one
using 1:4 'blue', u 1:3 'green', u 1:2 'red'
or ....
In principle, it select which color curve will be on top if (at least) two
overlap like e.g. in 'palette gray' (all 3 r,g,b profiles overlap).
A snapshot is here:
http://www.sci.muni.cz/~mikulik/gnuplot/gp_rgb.png
---
Petr Mikulik
|