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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 636 views
  • 1 like
  • 2 in conversation