Mean line color for custom graphs

Use this forum to post Vensim related questions.
Post Reply
mikdale
Member
Posts: 28
Joined: Thu Jun 11, 2009 2:51 am

Mean line color for custom graphs

Post 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
Administrator
Super Administrator
Posts: 4838
Joined: Wed Mar 05, 2003 3:10 am

Post 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]
mikdale
Member
Posts: 28
Joined: Thu Jun 11, 2009 2:51 am

Post by mikdale »

Thanks for that.

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

Cheers

Mik
Administrator
Super Administrator
Posts: 4838
Joined: Wed Mar 05, 2003 3:10 am

Post by Administrator »

Yes, try

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