BookmarkSubscribeRSS Feed
ycenycute
Obsidian | Level 7

I am wondering is there a way to plot a boxplot in enterprise guide without specifying the horizontal axis. I want to plot one boxplot for one interval variable, I don't want to consider different situations on the horizontal axis. 

2 REPLIES 2
Quentin
Super User

Yes.  Have you tried it and hit a problem? If you are writing code, it seems straight forward with SGPLOT, e.g. :

 

proc sgplot data=sashelp.class ;
  vbox height ;
run ;

I don't use the EG tasks, so don't know how to do it via point-and-click.

The Boston Area SAS Users Group is hosting free webinars!
Next up: Lisa Mendez & Richann Watson present Get Tipsy with Debugging Tips for SAS® Code: The After Party on Wednesday Jul 16.
Register now at https://www.basug.org/events.
ycenycute
Obsidian | Level 7
I am unable to find the option in a point-and-click fashion in the enterprise guide.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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