help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pslatex terminal output


From: Pete Gustafson
Subject: pslatex terminal output
Date: Tue, 20 Sep 2005 10:21:18 -0700 (PDT)

Hi all,

I have the following code in an m file.

gset term pslatex
gset output "finalresults.tex"
replot
gset term X11
gset output "/dev/null"


Unfortunately, when latex reads this file, the plot
window, axis, and data only occupies 1/4 of the space
they should.  (Quadrant III if the origin is at the
center of the intended plot area.)  All other objects
(axis labels, legend labels) end up where they should,
ie are much larger than the plot window.

Everything works fine when I take the data outside of
octave and plot it using gnuplot.  Any ideas on why
this might be happening?

As a secondary question, how do I get pslatex output
using the print() command?  It doesn't seem to be an
option.  I need pslatex in order to have mathematical
symbols in the legend and axis labels.

Thanks,





                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com



-------------------------------------------------------------
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
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]