| The SGSCATTER Procedure |
| Procedure features: |
| ||
| Sample library member | GSGSCCMP |
![[untitled graphic]](images/gsgsccmp.gif)
This example shows a comparative scatter plot with grouped data.
| |
proc sgscatter data=sashelp.iris;
title "Iris Data: Length and Width";
compare x=(sepallength petallength)
y=(sepalwidth petalwidth)
/ group=species;
run; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.