- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I want to use the SAS symbols identified as 'starfilled' and 'star' -- in addition to some other special symbols -- in a sgplot graph by using a series of symbolchar statements.
I've tried '2606'x and '2605'x, but these are not the same as starfilled and star. The dingbats heavy star is closer but again not the same.
The user manual only gives the names which can be used in a styleattrs statement but not in the symbolchar statement.
This would be so easy of I only new which unicode these specific SAS symbols use. Or maybe these are SAS specific without a unicode?
Thank you for any insights.
Dave
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You could use SYMBOLIMAGE statement to mimic the fat star or other star you like ,
if you are using UNICODE encoding.
Check @tc 's example :
Fun With SAS ODS Graphics: NFL Starting Quarterback Vintages - SAS Support Communities
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Can you insert picture of "starfilled" and "star"?
Have you looked at unicode-table.com website?
Like here: https://symbl.cc/en/unicode/blocks/geometric-shapes-extended/
Koen
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I like the star and starfilled symbol shapes in this figure, which was made using the SAS names in a styleattr statement.
But I want to update some of the open circles to a special symbol (see below), for which I think I must use symbolchar and unicodes.
I particularly don't like the thinness of the open star symbol, and changing it to a bold weight looks worse. I can live with the second graph, but I'd prefer the other star shapes above.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You could use SYMBOLIMAGE statement to mimic the fat star or other star you like ,
if you are using UNICODE encoding.
Check @tc 's example :
Fun With SAS ODS Graphics: NFL Starting Quarterback Vintages - SAS Support Communities
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. I did not try this option but had to move on to a decision.