Hello all
Can anyone explain how to change vertical not horizontal?
Fri, Oct, 6
to
F
r
i
,
O
c
t
,
6
I'm losing all the dates on the graph, my data range was October 1, 16 but on the graph it only shows the first and last day of month.
proc gplot data = Total_callshandled_by_day template=BarTableHorz;
title 'Calls Handled throught Time';
plot calls_handled*date;
symbol v = triangle I = j ci=blue
w = 1 ;
label Date = ‘Date’;
run;
quit;
Fred
Message was edited by: fredbell
Message was edited by: fredbell
... View more