Negative Numbers on time Axis
-
timduy
- Posts: 50
- Joined: Sun Jan 15, 2012 12:24 am
Negative Numbers on time Axis
I am trying to place negative numbers on the time axis. I think the only way to do this is using the XLABELS option. My problem is I can seem to tie the first tick/label to the first data point. Any suggestions? Thank you!
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: Negative Numbers on time Axis
What about the NUMBER option on GRAPH:
all 100
set junk = %ran(1.0)
graph(number=-10)
# junk
all 100
set junk = %ran(1.0)
graph(number=-10)
# junk
-
timduy
- Posts: 50
- Joined: Sun Jan 15, 2012 12:24 am
Re: Negative Numbers on time Axis
That's what I tried first...when I run this code this is what I get:
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: Negative Numbers on time Axis
You would have to post the program and data set. I can't reproduce that.
-
timduy
- Posts: 50
- Joined: Sun Jan 15, 2012 12:24 am
Re: Negative Numbers on time Axis
It just the code you posted. I attached entire chart this time. I ran the code on versions 8.3 and 9.00b. Same result. MacOS X Yosemite.
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: Negative Numbers on time Axis
Download the newest build. It should work correctly. 9.00b was the first v9 for the Mac---we had several fixes since then.