Page 1 of 1

Mean line color for custom graphs

Posted: Fri Jan 22, 2010 3:14 am
by mikdale
Hi All

I'm plotting some custom graphs of sensitivity runs and I'm having issues with plotting the mean line in a specified color - not too sure what the correct command should be.

The command says

:MEAN color

will plot the mean in the specified color, but if I try writing the name of a color, i.e.

:MEAN yellow

that doesn't work. If I try using rgb co-ordinates, i.e.

:MEAN 255-255-0

that doesn't work.

A little pointer would be handy.

Cheers

Mik

Posted: Fri Jan 22, 2010 8:11 am
by Administrator
Try something like

:CONFIDENCE 10=255|0|0, 20=0|250|0, 30=0|0|250
:MEAN 255|255|255

Hope this helps.

Tony.

[Edited on 22-1-2010 by Administrator]

Posted: Sun Jan 24, 2010 10:17 pm
by mikdale
Thanks for that.

Is there any way to change the color of the sensitivity line traces?

Cheers

Mik

Posted: Sun Jan 24, 2010 11:32 pm
by Administrator
Yes, try

:confidence 50=255|244|128,75=0|255|0,95=0|0|255,100=128|128|128