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: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

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

View all other training opportunities.

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