BookmarkSubscribeRSS Feed
echoli
Obsidian | Level 7

Hi All,

 

How I can show ρ in the graph? I tried to use ~{unicode '03C1'x} in my template, but it shows as in the first picture. If I used ρ instead, it shows as in second picture. Any idea about this? Thanks,

 

scatter.png

4 REPLIES 4
ballardw
Super User

Code used to make the output?

Any example data?

Which ods destination is involved?

Rick_SAS
SAS Super FREQ

Are those graphs created with JMP or SAS?  If JMP, post your question to the JMP Community.

echoli
Obsidian | Level 7

Hi Rick,

 

yes, I use SAS9.4 to run this.

 

thanks,

chen

DanH_sas
SAS Super FREQ

Since you said, "template", I will assume you are using GTL for this example. Your example is also using a cell header, but the text does not appear to be generated by classification, so I will assume you are using an ENTRY inside of a CELLHEADER block. Your ENTRY statement should look something like this:

 

entry {unicode '03C1'x} " = 0.338; p < .001" / textattrs=GraphUnicodeText;

 

You do not need the ODS escape character because entries in GTL support the unicode, sup, and sub escapements outside of quoted strings.

 

Since you're referencing a character in the "03" range, your default font might not contain that character. If it doesn't, add the TEXTATTRS reference I gave above to use a more full-featured Unicode font.

 

Hope this helps!

Dan

 

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 693 views
  • 0 likes
  • 4 in conversation