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: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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