BookmarkSubscribeRSS Feed
anurak
Fluorite | Level 6

Is there any way to change tick value color as red(not all tick value, only few tick value) and make it bold in GTL?

3 REPLIES 3
Jay54
Meteorite | Level 14

WIth SAS 9.4, yes, there are data driven ways to do this.  One way would be to use GTL annotation, or possibly use the AXISTABLE.  With earlier versions, I can't think of an easy way.  You can set the attrs for all the tick values, but not individual ones.  With SAS 9.3 and later, you can turn off the display of the axit tick values and use DRAWTEXT statements to create your own custom tick values.  SGANNO is available with SGPLOT in SAS 9.3.

anurak
Fluorite | Level 6

Thanks for your reply. I used drawtext to customize axis. But there is a problem. My graph is horizontal bar chart, so when I turn off tick display and put my own value in yaxis, the value is truncated. Is there any way to show value completely?

Jay54
Meteorite | Level 14

Use PAD on BEGINGRAPH stmt to create space on the left side.

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1841 views
  • 7 likes
  • 2 in conversation