BookmarkSubscribeRSS Feed
deleted_user
Not applicable
HI,

how can I add a third variable (Z) in a scatter plot with SAS Enterprise Guide in order to see for each plot not only X (revenues) and Y (price) but also Z (Company Name).

I manage to do it using the following code with SAS 9.1, but I can't figure out how can I do with Enterprise Guide point and click environment.

proc gplot data=work.share;
plot X * Y = Z;

run;
quit;


Thanks for your attention,

Paolo
1 REPLY 1
Doc_Duke
Rhodochrosite | Level 12
In EGuide 4.3, select
tasks --> graph --> line plot --> scatter
and then enter two vertical variables.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 1630 views
  • 0 likes
  • 2 in conversation