help-octave
[Top][All Lists]
Advanced

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

Re: xlim gives memory exhausted error when used after plotting (v3.4.3 M


From: nitnit
Subject: Re: xlim gives memory exhausted error when used after plotting (v3.4.3 MinGW Windows)
Date: Thu, 9 Feb 2012 05:46:30 -0800 (PST)

The problem is probably due to some bug in the xlog scalling logic for your
specific xlim.

Your specific xlim (about 5% relative range) represents an almost linear
scale also in a logarithmic scale so at least for that xlim you can simply
use plot instead of semilogx and the plot will look almost identical to as
it was drawn with semillogx (I have tried that with matlab).

--
View this message in context: 
http://octave.1599824.n4.nabble.com/xlim-gives-memory-exhausted-error-when-used-after-plotting-v3-4-3-MinGW-Windows-tp4372683p4372872.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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