Negative Numbers on time Axis
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!
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
Re: Negative Numbers on time Axis
That's what I tried first...when I run this code this is what I get:
Re: Negative Numbers on time Axis
You would have to post the program and data set. I can't reproduce that.
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.
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.