BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
reindeers
Fluorite | Level 6

Good day.

I'm using gradar proc and I trying to fill additional circle. I can't do anything with it.

This is my code.

proc gradar data=test;

    chart id /  freq=cnt 

    overlayvar=color  

    cstars=(green, yellow, red)

    wstars=2

    lstars=1

    starcircles=(1)

    cstarcircles=green

    starfill=(solid solid solid)

    cstarfill=( green, yellow, red)

run;

This is my problem:

Please, help!

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

You show a result but do not describe the "problem". I think you mean that you want the small section of arc filled in.

I think the easiest with this data would be to specify a WSTARCIRCLES=( ) option with a value larger than 1 for the first circle. Possibly WSTARCIRCLES=(3,1,1 )

View solution in original post

2 REPLIES 2
ballardw
Super User

You show a result but do not describe the "problem". I think you mean that you want the small section of arc filled in.

I think the easiest with this data would be to specify a WSTARCIRCLES=( ) option with a value larger than 1 for the first circle. Possibly WSTARCIRCLES=(3,1,1 )

reindeers
Fluorite | Level 6

Oh, I'm sorry. Yes, I mean I have problem with this section.

Than you, it's work well!

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
  • 1160 views
  • 0 likes
  • 2 in conversation