1
vote
1answer
30 views
Labeling datetime axis with gplot
Hi All
I have a simple line plot that shows values over a period of a few days. I would like to show the days labelled on the major tickmarks and the time of day (hours) labelle …
1
vote
1answer
121 views
Help with GCHART vs. GPLOT?
Sample Data
x=7:15 z=1 y=2
x=7:15 z=2 y=1
x=7:15 z=3 y=4
x=7:45 z=1 y=3
x=7:45 z=2 y=4
x=7:45 z=8 y=2
...
then:
Proc GPlot;
plot y*x=z / vaxis=axis1 legend=legend1 nof …
2
votes
1answer
133 views
Suppressing midpoint axis ticks?
I have a proc GHART where horizontal axis is midpoint axis and as it is automatically calculating midpoints all the values appears on horizontal axis as the tick marks.
In proc G …