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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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