Page 1 of 1

How to change ranges in sddsplot

Posted: 21 May 2009, 01:49
by twatanabe
Can anybody help me change plot ranges in sddsplot?

I could change the "center" of the range by something like,
sddsplot -graph=line,vary -unsup=y -column=s,eta? -range=ycenter=0 -yscale=id=2 XXX.twi -legend,,,,,

However, once I use "-range=yminimum=-2,ymaximum=2", the plot range is automatically adjusted and my command is ignored...

Thanks in advance!

Re: How to change ranges in sddsplot

Posted: 22 May 2009, 15:34
by michael_borland
If you just want to specify fixed scales, try the -scales option, e.g.,

sddsplot -column=s,betax -scales=0,0,0,30

would plot betax between 0 and 30, but autoscale on y.

Let me know if this isn't why you are trying to do.

--Michael

Re: How to change ranges in sddsplot

Posted: 24 May 2009, 19:39
by twatanabe
Micheal,

Thank you for the quick reply and useful information.
Following your advice, I was able to change the scalings as I wanted.

Takahiro