|
From:
<br...@ph...> - 2006-04-24 09:35:35
|
bulent yilmaz wrote: > Using Enhanced Postscript terminal, I want to use fraction in the > Labels of my plot. What I mean is, for instance, in the label of x > axis I want to have a fraction consisting of numerator and > denominator. > set xlabel 'A/B' -> not like that but the real mathematical look of > the ratio. Something like set xlabel '@^A@_B-' may work. Read "help enhanced" very carefully to understand what this does. If that PostScript code is going to end up in a TeX'ed document, I strongly recommend pslatex instead of postscript terminal --- that allows you to write actual TeX syntax in the plot's text elements. |