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 (November 2011, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 17 Nov 2011 17:10:27 -0300
Reply-To:     Paolo ORIFICI <Orifici@LACAJA.COM.AR>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Paolo ORIFICI <Orifici@LACAJA.COM.AR>
Subject:      sgscatter procedure datalabel option
Content-Type: text/plain; charset=US-ASCII

HI, I would like to tap on a scatterplot symbol and get the 'make' information. The following code actually gives me the 'make' information, but keep it written in the graph whereas I would like it to be hidden and appear only when tap the symbol. proc sgscatter data=cars; plot MPG_city*weight / datalabel=make; where make in ('Chevrolet' 'Ford' 'Chrysler'); title 'Scatter Plot by make'; run; Thanks for your help, Paolo

AVISO DE CONFIDENCIALIDAD Este e-mail contiene informacion confidencial y legalmente protegida. Esta dirigido solamente al destinatario mencionado en el epigrafe. Si Ud. recibe este e-mail por error, por favor no lo lea, copie ni reproduzca de ninguna manera. Si Ud. no es el destinatario del mensaje, tenga en cuenta que esta prohibida cualquier divulgacion, copia, distribucion o uso de su contenido. Por favor responda a este mensaje inmediatamente, informando al emisor que ha sido erroneamente dirigido y luego, eliminelo de su sistema. Muchas gracias. CONFIDENTIALITY STATEMENT. This e-mail transmission contains information that is intended to be confidential and privileged or otherwise legally exempt from disclosure. It is intended only for the addressee named above. If you receive this e-mail by mistake, please do not read, copy or disseminate it in any manner. If you are not the intended recipient, any disclosure, copying, distribution or use of the contents of this information is prohibited. Please reply to the message immediately by informing the sender that the message was misdirected. After replying, please erase it from your computer system. Thank you.


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