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

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

[Octave-bug-tracker] [bug #49980] plotyy fails after previous plot


From: Rik
Subject: [Octave-bug-tracker] [bug #49980] plotyy fails after previous plot
Date: Thu, 5 Jan 2017 05:22:03 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #7, bug #49980 (project octave):

I tried the fourth patch in comment #6, but it fails the test code from the
original poster.

This is probably because


cla reset


eventually calls the same __go_axes_init__ code.  If you look at cla.m you
will find the following


  if (! do_reset)
    delete (get (hax, "children"));
  else
    __go_axes_init__ (hax, "replace");
    __request_drawnow__ ();
  endif


do_reset will be true for "cla reset" so the else branch will be taken.



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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