octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #42033] subplot() not on hold


From: Eduardo Ramos Fernández
Subject: [Octave-bug-tracker] [bug #42033] subplot() not on hold
Date: Fri, 04 Apr 2014 16:49:11 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Follow-up Comment #2, bug #42033 (project octave):

I have tried in the linux dev version and the bug seems to be still less
specific. Doing this:


figure(1)

for idx = 1:5
  subplot(5, 1, idx)
  plot( 1:10, 1:10)
end


That will plot a figure where the 4rth subplot is not shown and if you do the
same with 6 subplots neither the 4rth nor the 5th will be shown.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42033>

_______________________________________________
  Mensaje enviado vía/por Savannah
  http://savannah.gnu.org/




reply via email to

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