PLOT Subcommand

The PLOT subcommand includes the parameter SCATTERPLOT. The scatterplot displays the pairwise distances or correlations between the selected variables.

With this option you can visualize the relationship between two variables by plotting them on the x-axis and y-axis. The user must specify the variables for both axes (X-AXIS and Y-AXIS), and these are mandatory inputs.

Example
/PLOT SCATTERPLOT( XAXIS=variable1 YAXIS=variable2)