logo       

Re: subplot/semilogy error: msg#00030

gnu.octave.bugs

Subject: Re: subplot/semilogy error

The sequence of commands below produces two plots.
The lower plot contains the graph of the upper plot,
which it should not.

Repeat-By:
---------

subplot(2,1,1)
axis ([0 2 0 3])
plot ([0 1], [1 1], 'b')

subplot(2,1,2)
axis([0 2 0.1 3])
semilogy ([0 2], [1 2], 'r')

I think that this is a limitation of gnuplot where it will show a full order of magnitude when plotting in log format.

I could be wrong here, so someone more knowledgable can feel free to correct me.

Bill

--
"You are never too old to be what you might have been." -- George Eliot



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise