The G3D Procedure |
Procedure features: |
| |||||
Sample library member: | GTDSHAPA |
This scatter plot modifies the results of measuring the petal length, petal width, and sepal length for the flowers of three species of irises by:
using a DATA step to add a color variable and a shape variable to the data set
using shapes to distinguish iris species
using colors to distinguish iris species
using a Note statement to simulate a legend
goptions reset=all border; |
title1 "Iris Species Classification"; title2 "Physical Measurement"; title3 "Source: Fisher (1936) Iris Data"; footnote1 j=l "Sepal Width not Shown"; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.