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

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

[Octave-bug-tracker] [bug #57016] Autoscale is not called when the windo


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #57016] Autoscale is not called when the window size is changed from inside s function.
Date: Mon, 7 Oct 2019 14:24:20 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36

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

                 Summary: Autoscale is not called when the window size is
changed from inside s function.
                 Project: GNU Octave
            Submitted by: dastew
            Submitted on: Mon 07 Oct 2019 06:24:19 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Doug Stewart
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Any

    _______________________________________________________

Details:


    x = [1:1:100];
    plot(x, sin(x));
    set(gcf, 'position', [get(gcf, 'position')(1:2) 800 400]);

This code should cause an "autoscale" so that the plot fills the new size of
the window.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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