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

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

[Octave-bug-tracker] [bug #49494] rescaling axes does not modify gca.yli


From: Clinton Winant
Subject: [Octave-bug-tracker] [bug #49494] rescaling axes does not modify gca.ylim
Date: Sat, 5 Nov 2016 18:11:03 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

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

Using drawnow is a good workaround (works for me in 4.2.0-rc3), but I don't
understand the logic?  Surely any call to set(gca,..) ought to update all gca
properties, particularly if that call changes those properties?

An example of how illogical this is is to include a pause statement before the
sgca=get(gca) command (but no drawnow).  In that case the program works
correctly (since pause forced drawnow), and we have a program that behaves
differently, depending on whether there is a pause or not!!

Is the current rule that drawnow should be called anytime the current axes
properties are modified?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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