help-octave
[Top][All Lists]
Advanced

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

Plot annotations in GNU Octave


From: frigoris . ma
Subject: Plot annotations in GNU Octave
Date: Thu, 26 Jul 2007 02:02:04 +0800

Hello! These days I'm really addicted to Octave lol.  One more quesition.

Before switching to Linux I used to make plots in MATLAB, which can employ LaTeX to generate well-looking figure annotations e.g.

plot(some_abscissa, some_ordinate, '.-')
xlabel('Some Data from My Boss' $\Gamma_0^{1\mbox{s}}$ Process /$\mbox{J}\cdot\mbox{s}^2$','Interpreter','latex')
ylabel('More Data with $[more LaTeX commands...]$','Interpreter','latex')


I don't know if there's Octave equivalence of 'Interpreter','latex'. That's quite useful for physics and/or maths. I am missing this feature of MATLAB. How can I make it with Octave?

Thanks in advance.

Cong.

reply via email to

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