* Iris4 Example -- Create a three dimensional plot of the Iris dataset; goptions reset=all cback=white border htitle=12pt htext=10pt; * Define titles and footnotes for graph; title1 'Fisher (1936) Iris Data'; proc g3d data=sashelp.iris; scatter PetalLength*PetalWidth=SepalLength; run; quit;