

Each group has a header and is separated from adjacent groups by blank lines. The axis table consists of four groups of observations.
#PROC SGPLOT RENAME X AXIS HOW TO#
The following steps show how to make a simple graph that consists of an axis table and a scatter plot. With only a little more work than writing PROC SGPLOT code, you can access some of the increased flexibility of the axis table in the GTL. Today, I am going to discuss some differences between axis tables in PROC SGPLOT and in the GTL. Axis tables are also used in PROC LIFETEST and have numerous uses in clinical graphs. Since then, I have also added axis tables to replace ASCII bar charts in PROC REG. A few years ago, I happily replaced my ASCII bar chart with a graph using axis tables.

In Version 7, as ODS was being developed and we supported destinations other than LISTING, this was among the last tables that the ODS team provided options to create. In the mid 1980s, I created a table in PROC CORRESP consisting of 5 columns of numbers and a series of asterisks to graphically show the percentage column. My involvement with the axis table dates back over 30 years to its ancient predecessor, the ASCII bar chart. Source: SAS Blog SAS Blog Advanced ODS Graphics: Axis tables in PROC SGPLOT and the GTL Axis tables enable you to combine tabular and graphical information into a single display.
