I have a plot and I would like to annotate some mathematical text in it. Initially, Mathematica puts it in italics by using Drawing tools palette, but I want it all in plain text. How can I do it? Thanks for your time.
|
If you want to use the Drawing tools and annotate by hand, the palette offers standard format options out of the box. Just choose your font, font size etc.:
|
|||
|
|
Yves' answer is perfect if you are never going to re-evaluate your plot, for example because the data have been updated. Annotations drawn with the drawing tools are not part of the plot definition code and so are not included if you re-evaluate it. It is not 100% clear from your question, but I think you are being stung by the same thing I was: typeset mathematical expressions italicize in ways you might not want. See if the accepted answer to my earlier question solves your problem. By default Mathematica typesets mathematical expressions inside a
If you want to turn off the italicization of $x$, then use the |
|||
|
|


Epilog,Text[], and possiblyStyle[]. – J. M.♦ Jul 14 '12 at 13:04