help-octave
[Top][All Lists]
Advanced

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

fplot


From: Dmitri A. Sergatskov
Subject: fplot
Date: Tue, 24 Jan 2012 13:11:27 -0600

Currently (as of octave 3.6.0), fplot adds a key to the plot.
I do not think that what Matlab does
(http://www.mathworks.com/help/techdoc/ref/fplot.html)

But i am more concern that when function defined through
"@", the key's label is messed up with gnuplot backend
and on different terminals.

fun = @(t) sin(t);
fplot(fun, [-5,5])

Dmitri.
--


reply via email to

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