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: Markus Mützel
Subject: [Octave-bug-tracker] [bug #65750] clf reset should not reset Position
Date: Thu, 16 May 2024 05:40:49 -0400 (EDT)

Update of bug #65750 (group octave):

                Category:                    None => Plotting               
                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

I can't reproduce with Octave 9.1.90 on Windows 11:

>> demo light 1
[snip]
>> get (gcf, "position")
ans =

   300   200   560   420

>> ## now move the figure around and rescale it
>> get (gcf, "position")

ans =

   1450    352    810    787

>> clf
>> get (gcf, "position")
ans =

   1450    352    810    787


Also the figure keeps its size and position on screen (but is clear of the
axes as expected).
That is with the "qt" graphics toolkit.

What does `graphics_toolkit` and `available_graphics_toolkits` return for
you?



    _______________________________________________________

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]