Previous Page | Next Page

The BOXPLOT Procedure

ODS Graphics

To use ODS Graphics to produce box plots you must specify the ODS GRAPHICS statement prior to the PROC BOXPLOT statement. For more information about ODS Graphics, see Chapter 21, Statistical Graphics Using ODS.

The appearance of a box plot produced using ODS Graphics is determined by the style associated with the ODS destination where the graph is produced. PLOT statement options used to control the appearance of traditional high-resolution graphs are ignored for ODS Graphics output.

When producing ODS graphical displays, the PLOT statement assigns a name to each graph it creates. You can use this name to reference the graph when using ODS. The name is listed in Table 24.9.

Table 24.9 ODS Graphics Produced by PROC BOXPLOT

ODS Graph Name

Plot Description

Boxplot

box-and-whiskers plots for groups

Previous Page | Next Page | Top of Page