help-octave
[Top][All Lists]
Advanced

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

fig output, ylabel and special flag


From: cctsim
Subject: fig output, ylabel and special flag
Date: Thu, 13 Nov 2003 00:48:28 +0000 (GMT)

Hi all,

If I use the script below to create a .fig file
I noticed that the special flag for further
tex processing is not set for the string used 
in ylabel. However, it is set for the string in xlabel. 
The same happens for legend from octave-forge.
Do I miss something?


% Example:
gset term fig;
gset output "sine.fig";
N=1000;
t=linspace(-2,2,N);
g=sin(2*pi*t);
axis([-2 2 -1.5 1.5])
gset nokey
ylabel('$x(t)$')
xlabel('$\\omega_0 t$')
plot(t,g)
legend('$x(t)=\\sin(\\omega_0 t)$')

I use octave 2.1.50 and xfig 3.2p4.


Many thanks in advance.

________________________________________________________________________
Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk



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