This chapter describes SAS/IML subroutines that enable you to create high-level statistical graphs. These subroutines use the SUBMIT statement and ENDSUBMIT statement to call the SGPLOT procedure, which displays the graph in the current ODS destination. These subroutines are implemented as part of the IMLMLIB library .
The following subroutines create ODS statistical graphs from data in SAS/IML matrices:
creates a bar chart.
creates a box plot.
creates a histogram.
creates a scatter plot.
creates a series plot.
In addition, the following subroutines create a heat map to visualize data in a matrix:
creates a heat map with a continuous color ramp.
creates a heat map with a discrete color ramp.
The heat map subroutines are described and documented in ChapterĀ 24: Language Reference.