|
|
||||
|
Home |
SAS Helpful HintsProc Gplot(Scatter Plots)Here are two ways of creating scatter plots. I have included many of my favorite graphic options to improve the appearance of the graph. Feel free to modify the options to suite your own personal taste. Title1 Font=Centx Height=2 'Scatter Plot'; Goptions Device=Win Colors=(Black White Blue Red Gold Green Cyan)
Axis1 Width=2 Major=(Width=2) Minor=(Width=2) Value=(Font=Duplex
Height=2) Axis2 Width=2 Major=(Width=2) Minor=(Width=2) Value=(Font=Duplex
Height=2) *Common symbols: Plus X Star Square Diamond Traingle Dot Circle #
$ - +; Proc Gplot Data=work.A Gout=work.plot; Legend1 Label=(Font=Centx Height=2 'Color') Value=(Font=Centx Height=2)
Please send your comments and suggestions about this web page to A. Watts (watts@bst.rochester.edu) |
|||
©Copyright University of Rochester Medical Center, 1999-2006. Disclaimer. For questions or suggestions concerning the content of these pages, contact the URMC Webmaster. |
||||