BookmarkSubscribeRSS Feed
3 REPLIES 3
Reeza
Super User
How are you adding the labels? Which Proc are you using? Code example is useful.
tahersayyad3
Calcite | Level 5

Proc univariate data=text1;

 Histogram  response / barlabel = percent midpoints=-11 to 11 by 1;

Run;

PaigeMiller
Diamond | Level 26

Show us the code that creates the histogram.

--
Paige Miller

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 3 replies
  • 746 views
  • 0 likes
  • 3 in conversation