Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Draw FREQ line graph?

Status
Not open for further replies.

nobyrnes

Programmer
Mar 20, 2007
15
IE
Hey,
Any ideas on how to draw a gchart of freq using a continous line?

This doesnt work.
symbol i=join;
proc gchart data=data;
vbar dateyymm/freq discrete;
run;


If I use gplot, how do I use FREQ?

Thanks,
Niall
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top