Click here to see the SAS code.
Click here to see the example.
This is my SAS/Graph imitation of:
http://www.ase.gr/content/gr/marketdata/statistics/month/Monthly_Statistics.asp?month=9&year=2003#1
In this example, I use the 'greek' sas/graph software font.
This allows me to use english-keyboard characters in my sas job,
and when sas draws those characters using font=greek, they show
up as the desired greek characters :)
Another neat trick is the long text in the legend. Normally
the legend only allows 32 characters, but you can get longer
text if you hard-code it in the legend statement for each
legend 'tick'.
Back to Samples Index