BookmarkSubscribeRSS Feed
jyothisri
Fluorite | Level 6

Hi all,

I wrote the program below and the title was bold, but labels are not.

Any tips on how to turn the labels of x and y axis into bold ? Thank you !

PROC SGPLOT DATA = HypAnl.HypAnalysis1;
VBOX DBP / CATEGORY = EthRaceCd;
LABEL DBP = 'Latest DBP Measurement';
LABEL EthRaceCd = 'Ethnicity/RaceGroup';
TITLE 'Diastolic blood pressures by ethnicity/RaceGroup';
RUN;

3 REPLIES 3
kristiepauly1
Fluorite | Level 6

You have XAXIS and YAXIS LABEL(s) but I believe you need to define them as such, ie XAXIS LABEL = 'Ethnicity Race code ' and then use LABELATTRS = (WEIGHT = BOLD), same for YAXIS.

 

ballardw
Super User

The XAXIS and YAXIS statements have the option LABELATTRS that can assign color, font, size and weight (i.e. BOLD) to the text.

 

Xaxis labelattrs=(weight=Bold );

 

for example.

jyothisri
Fluorite | Level 6

Thank you !! I shall go ahead and try that.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 365 views
  • 2 likes
  • 3 in conversation