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

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

[Octave-bug-tracker] [bug #65750] clf reset should not reset Position


From: Rik
Subject: [Octave-bug-tracker] [bug #65750] clf reset should not reset Position
Date: Thu, 16 May 2024 12:51:52 -0400 (EDT)

Follow-up Comment #7, bug #65750 (group octave):

'clf' deletes child objects of the figure such as axes objects.

The extra 'reset' argument just has the m-file clf.m call the C++ function
reset() which clears the graphic properties of the figure object and returns
them to their factory defaults.  For example, if you set the "colormap"
property to something custom then "reset (gcf)" will return it to being the
viridis colormap.  However, there are a few properties, such as position,
which are not supposed to be reset to their factory defaults even when this
function is called.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65750>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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