[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Latex output
From: |
Jan Wuerfel |
Subject: |
Re: Latex output |
Date: |
Sat, 7 Oct 2000 16:49:37 +0200 (MEST) |
> gset term latex
> gset output "figname.latex"
>
> However the quality is dubious. Usually the axes, for example,
> are nice looking but the plot looks ugly.
>
> Question: What latex gnuplot driver do people find works best.
I had best results with
gset term postscript eps 30
gset output "output.eps"
(30 is the font-size)
or
gset term postscript pslatex
gset output "output.ps"
see gnuplot manual for further information ('set terminal')
greetings, Jan
----
eMail: address@hidden
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
- Latex output, Thomas Halahan, 2000/10/07
- Re: Latex output,
Jan Wuerfel <=