help-octave
[Top][All Lists]
Advanced

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

Re: fplot


From: Jordi Gutiérrez Hermoso
Subject: Re: fplot
Date: Tue, 24 Jan 2012 14:28:39 -0500

On 24 January 2012 14:11, Dmitri A. Sergatskov <address@hidden> wrote:
> 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])

Seems like a bug. Can you report this in the bug tracker?

- Jordi G. H.


reply via email to

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