Page 1 of 1

Dot size on custom graphs

Posted: Tue Feb 16, 2010 2:32 am
by mikdale
Hi all

Is it possible to change the size of dots used in a custom graph?

Cheers

Mik

Posted: Tue Feb 16, 2010 10:43 am
by bob@vensim.com
Right now you need to do that from a direct edit of the .vgd file using the :SHAPE keyword.

Posted: Tue Feb 16, 2010 8:22 pm
by mikdale
Thanks Bob

Posted: Tue Feb 16, 2010 8:57 pm
by mikdale
Hi again

I'm trying the :SHAPE command, but it doesn't seem to be working.

I am writing:

:DOTS
:SHAPE cross, 10

The shape doesn't change from the default square shape. Any idea what might be wrong?

Mik

[Edited on 2-16-2010 by mikdale]

Posted: Wed Feb 17, 2010 1:13 pm
by bob@vensim.com
The :SHAPE applies per variable so you need

:GRAPH Test
:VAR Variable
:SHAPE CROSS,10

BTW I am changing the graph to use line width as the dot size when no shape is specified.

Posted: Tue Feb 23, 2010 3:02 am
by mikdale
Cheers Bob, I'll try that.

It would be good to have the update as I did try and change the dots size via the line width initially.

Would that change include graphs made in the custom graph editor (as opposed to the text editor)?

Cheers

Mik

Posted: Tue Feb 23, 2010 11:11 pm
by mikdale
Hi Bob (all)

That's still not working.

I thought it might be as I am using a combined line and dot plot (of two different variables on the same plot) but I have tried it wit just one variable and it still doesn't work.

I've tried a number of iterations (different permutations) of this and I can't change either the shape or the size of the 'dots'.

Any other suggestions?

Cheers

Mik

P.S. I've attached the vgd

[Edited on 2-23-2010 by mikdale]