| The SGPLOT Procedure |
| Procedure features: | HBOX statement |
| Sample library member: | GSGPLBOX |
![[GSGPLBOX - Creating a Box Plot]](images/gsgplbox.gif)
This example shows a horizontal box plot.
| |
proc sgplot data=sashelp.heart; title "Cholesterol Distribution by Weight Class"; hbox cholesterol / category=weight_status; run; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.