BookmarkSubscribeRSS Feed
wutao9999
Obsidian | Level 7

I have a boxplot procedure as below:

graphics on;    

     boxplot data = data_a;

     plot attri_1*attri_2/
     boxstyle = SCHEMATIC

     horizontal

     nohlabel;
     ;

graphics off;

Two questions I have regarding the procedure:

1) The boxplot shows outliers using "circle" sign. What should I do to remove (not show) the outliers in the boxplot?

2) attri_2 is very long (more than 32 characters). What should I do to increase the character limit such that the entire name of attri_2 can show up in the boxplot?

Thanks a lot for the response.

1 REPLY 1

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

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1215 views
  • 0 likes
  • 1 in conversation