help-octave
[Top][All Lists]
Advanced

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

Re: Can I suppress this warning? warning: axis: omitting non-positive da


From: Kai Torben Ohlhus
Subject: Re: Can I suppress this warning? warning: axis: omitting non-positive data in log plot
Date: Tue, 26 Mar 2019 14:12:16 +0100

On Tue, Mar 26, 2019 at 1:57 PM GoSim <address@hidden> wrote:
it actually doesn't work.
When I run the lastwarn command the id is empty. Maybe my Octave version is
too old? 4.2.2


My example was created with 5.1.0.  Returns the line below the id on your 4.2.2 installation? 

loglog (-1:10); [~,id] = lastwarn ()

If yes, make sure, that lastwarn is directly called after the warning is thrown.
The id will be overridden by the next warning without id for example.

Kai

reply via email to

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