• Print  |
  • Feedback  |

TEMPLATE Procedure: Plot Statements (Experimental)

Plot Statements Syntax


Plot Statements
Statement Description
BAND
Displays bands for statistical limits, and typically is used to add confidence or prediction bands to a plot.
BANDPLOT
Displays bands for statistical limits, and typically is used to create a confidence or prediction band plot.
BARCHARTPARM
Displays bars representing frequencies or weights specified by parameters, and typically is used to create a bar chart.
BARPARM
Displays bars representing frequencies or weights specified by parameters, and typically is used to add a bar chart to a plot.
BIHISTOGRAMPARM
Displays a bivariate histogram of two variables, X and Y, where binned values of the X and Y variables and bin frequency counts are provided, and typically is used to create a bivariate histogram.
BIHISTOPARM
Displays a bivariate histogram of two variables, X and Y, where binned values of the X and Y variables and bin frequency counts are provided, and typically is used to add a bivariate histogram to a surface plot.
BOX
Displays side-by-side box-and-whisker plots computed from input data, and typically is used to add a box plot to a plot.
BOXPARM
Displays side-by-side box-and-whisker plots specified by summary statistics, and typically is used to add a box plot to a plot.
BOXPLOT
Displays side-by-side box-and-whisker plots computed from input data, and typically is used to create a box plot.
BOXPLOTPARM
Displays side-by-side box-and-whisker plots specified by summary statistics, and typically is used to create a box plot.
CONTOURPARM
Displays a contour plot representing a response variable evaluated over a grid of X and Y values, and typically is used to add a contour of a bivariate density estimate to a scatter plot.
CONTOURPLOTPARM
Displays a contour plot representing a response variable evaluated over a grid of X and Y values, and typically is used to create a contour plot of a bivariate density estimate.
DENSITY
Displays a univariate probability density curve computed from input data, and typically is used to add normal density curves and non-parametric kernel density curves to a histogram.
DENSITYPLOT
Displays a univariate probability density curve computed from input data, and typically is used to create normal density curves and non-parametric kernel density curves.
ELLIPSE
Displays an ellipse computed from input data, and typically is used to add a confidence ellipse to a scatter plot.
ELLIPSEPARM
Displays an ellipse specified by slope and axes parameters, and typically is used to add a confidence ellipse to a scatter plot.
FRINGE
Displays data values as a fringe on the X axis of an X-Y plot, and typically is used to enhance a histogram or a density plot.
HISTO
Displays a univariate histogram computed from input data, and typically is used to add a histogram to a density plot.
HISTOGRAM
Displays a univariate histogram computed from input data, and typically is used to create a histogram.
HISTOGRAMPARM
Displays a univariate histogram for specified values of bin midpoints and bin frequencies, and typically is used to create a histogram.
HISTOPARM
Displays a univariate histogram for specified values of bin midpoints and bin frequencies, and typically is used to add a histogram to a density plot.
LINEPARM
Displays a straight line specified by slope and intercept parameters, and typically is used to add a line to a plot.
NEEDLE
Displays observations as points connected to the X-axis by vertical line segments, and typically is used to add auto-correlation functions and residual plots to a plot.
NEEDLEPLOT
Displays observations as points connected to the X-axis by vertical line segments, and typically is used to create auto-correlation functions and residual plots.
SCATTER
Displays a scatter plot of input data, and typically is used to add a scatter plot to a plot.
SCATTERPLOT
Displays a scatter plot of input data, and typically is used to create a scatter plot.
SCATTERPLOTMATRIX
Displays a matrix of all pairwise scatter plots of the specified variables, and typically is used to create a scatter plot matrix.
SERIES
Displays a series of points using line segments to connect consecutive observations of input data, and typically is used to add a time series to a plot.
SERIESPLOT
Displays a series of points using line segments to connect consecutive observations of input data, and typically is used to create a time series plot.
STEP
Displays the relationship between two variables using horizontal lines (steps) that are interpolated with a step function, and typically is used to add a step plot to a scatter plot.
STEPPLOT
Displays the relationship between two variables using horizontal lines (steps) that are interpolated with a step function, and typically is used to create a step plot.
SURFACE
Displays a three-dimensional surface representing a response variable evaluated over a grid of X and Y values, and typically is used to add a surface plot to a bivariate histogram.
SURFACEPLOT
Displays a three-dimensional surface representing a response variable evaluated over a grid of X and Y values, and typically is used to create a surface plot.
VECTOR
Displays a two-dimensional plot of observations using lines drawn from a central point, and typically is used to add a vector plot to a scatter plot.
VECTORPLOT
Displays a two-dimensional plot of observations using lines drawn from a central point, and typically is used to create a vector plot.


Previous Page | Next Page | Top of Page