Now and then when I create graphs I have the need of specifying a mathematical formulae either in the title or in the axis-label. My question is therefore is possible to somehow specify a LaTeX equation directly in the title statement. Something like
title1 font=?? '\int_{0}^{\infty} \frac{1}{Y(s)}dN(s)';
proc gplot data=...;
plot a*b;
run;
I most often use the device=pslepsf so that I get a epsfile, which may make the problem easier.
I hope someone have had the same problem and found a good solution. Thank you.
Hi.
You will probably have to use Unicode value for whatever symbols you want to use.
Could you provide a picture of the equation you would like displayed?
Anca.
This is the equation I would have i the title
though maybe together with some more text.
I would just take that image and annotate it onto the graph!
I don't think there's going to be a graceful/robust way to have SAS draw equations like this (I could be wrong, of course!)
You are probably right RobertAllisson, it is perhaps most easy to just include the image it self with the annotate facility.
My idea was though not to make SAS do the equation. But rather if it could use some kind of latex-plugin which produce some postscript code. And this code could perhaps be included into the epsfile drawn by proc gplot. If possible, then it would give a higher quality since the equation don't need to be converted to some other format.
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.