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

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

[Octave-bug-tracker] [bug #52732] plot shrinks horizontally on replottin


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #52732] plot shrinks horizontally on replotting
Date: Sat, 23 Dec 2017 17:14:19 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0

URL:
  <http://savannah.gnu.org/bugs/?52732>

                 Summary: plot shrinks horizontally on replotting
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Sat 23 Dec 2017 10:14:18 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

See the next script:


x = rand(10, 1); y = rand(10, 1);
tri = delaunay(x,y);
graphics_toolkit('qt');
graphics_toolkit('gnuplot');
for i = 1 : 5
    % close all
    trisurf(tri, x, y, x + y);
    view(2)
    colorbar();
    pause
end


On every iteration of the loop the plot shrinks horizontally
* both for qt and gnuplot toolkits
* no shrinking for octave-4.2.1
* no shrinking if all plots are closed before trisurf call
* no shrinking if there is no colorbar





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52732>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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