| The SGPLOT Procedure |
| Procedure features: |
| |
| Sample library member: | GSGPLSCT |
![[GSGPLSCT - Grouping a Scatter Plot]](images/gsgplsct.gif)
This example shows a simple scatter plot with grouped data.
| |
proc sgplot data=sashelp.class; scatter x=height y=weight / group=sex; run; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.