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

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

[Octave-bug-tracker] [bug #65515] Pan and zoom broken as soon as legend


From: Patrick Storz
Subject: [Octave-bug-tracker] [bug #65515] Pan and zoom broken as soon as legend is present
Date: Mon, 25 Mar 2024 09:17:32 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?65515>

                 Summary: Pan and zoom broken as soon as legend is present
                   Group: GNU Octave
               Submitter: ede123
               Submitted: Mon 25 Mar 2024 01:17:32 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 9.1.0
         Discussion Lock: Any
        Operating System: Microsoft Windows
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Mon 25 Mar 2024 01:17:32 PM UTC By: Patrick Storz <ede123>
I've stumbled across an odd issue in Octave 9.1.0 (also present in Octave
8.3.0, other versions not tested) on Windows 10:

As soon as I add a simple legend to a plot the mouse navigation functions
(pan/zoom) in the figure do not work properly any more. Most of the time
nothing happens at all. Very occasionally I can still zoom for example, but it
appears to be completely random.

This code already presents the issue


x = 0:10;
y = x.^2;
plot(x, y)
legend('x²', 'Location', 'NorthWest')


Commenting the last line results in responsive mouse navigation as expected.







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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