Tag: Advanced ODS Graphics

ODS Graphics is easy.  All you need to do is ensure that ODS Graphics is enabled and analytical procedures automatically produce graphs. ODS Graphics is extensible. You can easily create your own graphs by using procedures such as SGPLOT, SGPANEL, and SGSCATTER.  ODS Graphics is customizable.  You can use techniques such as advanced options, SG Annotation, template modification, attribute maps, the ODS document, and many other techniques to create customized graphs. The combination of the simple and more advanced options enable you to make a wide variety of graphs. For more information, see Basic ODS Graphics Examples and Advanced ODS Graphics Examples.

Data Visualization | Programming Tips
Warren F. Kuhfeld 0
Advanced ODS Graphics: A deeper dive into documents, dynamics, and data objects

You can modify all of the components of the graphs that analytical procedures produce: the data object, graph template, and the dynamic variables. This post takes a closer look at dynamic variables (which you can see by using PROC DOCUMENT) and data objects and explores graphs that are constructed from more than one data object.

Data Visualization | Programming Tips
Warren F. Kuhfeld 0
Advanced ODS Graphics: Examining and processing templates

This post shows a variety of techniques including how to use PROC TEMPLATE and the SOURCE statement, PROC SGPLOT with multiple Y-axis tables, create comparable axes in two side-by-side graphs, create a broken axis, write and use a table template that wraps text, and find and display examples of certain statements in graph templates and fonts in style templates.

1 2

Back to Top