BookmarkSubscribeRSS Feed
TomKari
Onyx | Level 15

Hi, all

I'd like to have the spoke labels line break on spaces. So in this example

proc gradar data=sashelp.shoes;
	chart product / sumvar=stores;
run;
quit;

Spokes.png

I'd like "Men's Casual", "Men's Dress", "Sport Shoe", "Women's Casual", "Women's Dress" to be two lines.

All help appreciated!

Tom

2 REPLIES 2
GraphGuy
Meteorite | Level 14

Proc Gradar is fairly limited in the ability to customize it.

I don't think you can split the spoke labels onto two lines.

 

I just now tried encoding a '0d'x in the text, and that didn't work.

I also tried specifying the split= option on an axis statement, and that didn't work.

 

 

TomKari
Onyx | Level 15

Hi, Rob

Thank you so much for looking into it. I had tried a few things, but I'm not super-skilled with graphics and ods, so I thought someone might have an idea.

I've got an interesting idea for a workaround...there are actually icons that represent each of the spoke subjects, so I may try removing the text and using ANNOTATE to place the icons in the right places. It'll be a good test of my trigonometry skills!

Best,

   Tom

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 2 replies
  • 765 views
  • 1 like
  • 2 in conversation