LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2001, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 29 May 2001 08:09:38 -0700
Reply-To:   "Smith, Curtis, Mr, DCAA" <Curtis.Smith@DCAA.MIL>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Smith, Curtis, Mr, DCAA" <Curtis.Smith@DCAA.MIL>
Subject:   Re: Scatter Plots
Comments:   To: "gkirton@FILCS.COM" <gkirton@FILCS.COM>
Content-Type:   text/plain; charset="iso-8859-1"

If you are using SAS under Windows version 7 or higher, you can use ODS and do some rather nice things. You can even add JAVA or ActiveX controls and get some great output. To make things easy, you can use the interactive Graph-N-Go to get the graph looking real nice, then save the resulting SAS code. I did a paper at SUGI 26 on this subject. The paper is available at the SAS web site.

-----Original Message----- From: Graeme Kirton [mailto:gkirton@FILCS.COM] Sent: Monday, May 28, 2001 6:21 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Scatter Plots

Anyone got any ideas, on how to make my scatter plots look better, more presentable. These look awful.

PROC plot DATA=devrf.dev_sm001a_b1_50_precon ;

plot &parameter*Die='*';

RUN;

Thanx Graeme ____________________________________________________________________________ ________________________________

Disclaimer

This email may contain privileged/confidential information and/or copyright material. It is intended only for the use of the person(s) to whom it is addressed and any unauthorised use may be unlawful. If you receive this email by mistake, please advise the sender immediately by using the reply facility on your email software and delete the material from your computer.

Opinions, conclusions and other information in this email that do not relate to the official business of this organisation shall be understood as neither given nor endorsed by it.

If this message forms part of a quotation, the quotation is an invitation to treat only. No contract subsists until Filtronic Plc (or its subsidiary companies) accepts your order. Acceptance of your order is made subject to our standard Terms and Conditions.

Website Address http://www.filtronic.com


Back to: Top of message | Previous page | Main SAS-L page