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.

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

Register now

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
  • 2005 views
  • 0 likes
  • 2 in conversation