
198 Statistical Programming in SAS
displays include Tufte (2001) and Robbins (2005), and you should review them as you
think about depicting data. While these books are not explicitly discussed in this chapter,
they have influenced the data displays in this chapter.
Most, if not all, of the graphics in earlier chapters used the new ODS Statistical Graphics
(ODS Graphics). In these graphics, an output destination (e.g., ODS RTF) is specified
before the procedure is invoked (e.g., PROC SGPLOT) or before the graphics are
requested (e.g., ODS graphics for regression analyses requested by PROC REG). This is
not the only way to produce graphics. ...