How to change ranges in sddsplot

Moderators: cyao, michael_borland

Post Reply
twatanabe
Posts: 22
Joined: 15 Jan 2009, 20:30

How to change ranges in sddsplot

Post by twatanabe » 21 May 2009, 01:49

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!

michael_borland
Posts: 1933
Joined: 19 May 2008, 09:33
Location: Argonne National Laboratory
Contact:

Re: How to change ranges in sddsplot

Post by michael_borland » 22 May 2009, 15:34

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

twatanabe
Posts: 22
Joined: 15 Jan 2009, 20:30

Re: How to change ranges in sddsplot

Post by twatanabe » 24 May 2009, 19:39

Micheal,

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

Takahiro

Post Reply