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

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

[Octave-bug-tracker] [bug #55614] axis equal, qt graphics toolkit


From: anonymous
Subject: [Octave-bug-tracker] [bug #55614] axis equal, qt graphics toolkit
Date: Thu, 31 Jan 2019 03:16:56 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0

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

                 Summary: axis equal, qt graphics toolkit
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 31 Jan 2019 08:16:54 AM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: nicodemi
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hello, this is an unexpected behaviour.
I have seen other similar problems with axis equal, but I am not sure it is
related.


close
fplot(@sin,[-pi, pi]);
axis([-pi pi -1 1]*1.1)


after the plot shows up, make zoom on some region and finally
run 'axis equal'. The plot disappears leaving an empty axis.
By doing some pan or zoom in/out in the figure the plot might reappear.

This happens with qt graphics toolkit.

This does not happen however if one does 


set(gca,'dataaspectratio',[1 1 1])


instead of axis equal.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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