From help-request at octave dot org Wed Oct 26 19:49:28 2005 Subject: superscript, subscript, Greek characters in plot labels? From: "John W. Eaton" To: Ron Crummett Cc: help at octave dot org Date: Wed, 26 Oct 2005 20:49:18 -0400 On 26-Oct-2005, Ron Crummett wrote: | Is it possible to get nicely-formatted titles and labels for plots like | in MATLAB?  If I want a title to read "y = x2" I can type in | "title('y = x^2')" and it will output it as described before, or if I | want a Greek character, say w, I can type "\omega" like in LaTeX.  | Is there some way to do this in Octave?  If so, how?  Thanks.
Yes. You can use gnuplot's epslatex (or pslatex) terminal (works best if you are using the figures in a LaTeX document). Or you can use the enhanced option for the PostScript terminal. For help, start gnuplot (at the shell prompt, outside of Octave) and type help set term epslatex or help set term postscript enhanced jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------