BookmarkSubscribeRSS Feed
JacobSimonsen
Barite | Level 11

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.

4 REPLIES 4
AncaTilea
Pyrite | Level 9

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.

JacobSimonsen
Barite | Level 11

This is the equation I would have i the title

latex11.png

though maybe together with some more text.

GraphGuy
Meteorite | Level 14

I would just take that image and annotate it onto the graph! Smiley Happy

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!)

JacobSimonsen
Barite | Level 11

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: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1829 views
  • 3 likes
  • 3 in conversation