|
From: Petr M. <mi...@ph...> - 2003-12-12 10:34:33
|
> 'help test palette' says > The optional parameter, a permutation of letters rgb, determines the sequence of > r,g,b profiles drawn one after the other --- try this yourself for `set palette > gray`. The default sequence is rgb. > > When I try this with the x11, post or png terminals, I do not see any difference in > the resulting plot no matter whether I say rgb or grb or brg or whatever. > The order of labels on the curves change, but that is the only thing different. > > Am I doing something wrong, or is this a bug, or am I not understanding > what the output is supposed to show? Try this: set palette gray test palette rgb pause test palette rbg pause test palette bgr ...it shows different things. If it not clear from the docs, you can modify it. --- Petr Mikulik |