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,
Code used to make the output?
Any example data?
Which ods destination is involved?
Are those graphs created with JMP or SAS? If JMP, post your question to the JMP Community.
Hi Rick,
yes, I use SAS9.4 to run this.
thanks,
chen
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 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.