Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
SAS/Graph similar to:
http://online.wsj.com/public/resources/documents/info-ipod0709.html
I use the SAS "filename url" to allow me to read the stock market data
directly from the ichart.finance.yahoo website.
I plot the stock market data using "proc gplot", using the areas= option
to shade the area under the line.
I hard-code a data set containing the release dates of products, and annotate
text labels for those onto the graph.
Back to Samples Index