HI All,
I want to keep the year part in the X axis instead of the full date, can anyone tell me how.
Here is my code:
symbol1 color=blue interpol=join;
proc gplot data=sashelp.stocks;
plot volume*date / hminor=0;
run;
quit;
Thanks,
Have you tried applying a format to the year variable?
format date year4.;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.