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

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

[Octave-bug-tracker] [bug #43478] First plot in a multiplot figure does


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #43478] First plot in a multiplot figure does not "hold on" with in a loop
Date: Wed, 19 Nov 2014 09:53:04 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0

Update of bug #43478 (project octave):

              Depends on:                         => bugs #42033            

    _______________________________________________________

Follow-up Comment #3:

Hi,

For some reason, the second time you try to plot in the left axes (1,3,1), the
axes is not recognized as being a part of the subplot series. It is thus
deleted/recreated. See the following example:


ax1 = subplot (1,3,1);
set (ax1, "deletefcn", "disp ("deleted axes n#1")")
subplot (1,3,2);

subplot (1,3,1); # => deleted axes n#1


This issue (and the fact that it does not happen with two columns) is already
reported in bug #42033. 
Closing report as duplicate.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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