Statistical Graphics Using ODS
ODS Styles
(View the complete code for this example.)
- An Overview of ODS Styles
- Attribute Priorities
- Overriding How Groups Are Distinguished
- ODS Style Elements and Attributes
- Style Templates and Colors
- Some Common ODS Style Elements
- ODS Style Comparisons
- Modifying the HTMLBLUE Style
- ODS Style Template Modification Macro
- Varying Colors and Markers but Not Lines
- Changing the Default Markers and Lines
- Changing the Default Style
ODS styles control the overall appearance of your output. Usually, the only thing that you need to do with styles is specify them in an ODS destination statement, as in the following example:
ods html body='b.html' style=HTMLBlue;
However, you can also modify existing styles and even write your own styles. You can also specify style elements in custom templates that you write, or you can modify which style elements are used in templates that SAS supplies. This section provides an overview of ODS styles and style elements, which are the components of a style. It also describes how to customize a style template and how to specify a default style for your output. Only the most commonly used styles, style elements, and style changes are discussed here. For complete information about ODS styles, see the SAS Output Delivery System: User's Guide.
Copyright © SAS Institute Inc. All rights reserved.