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

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

[Octave-bug-tracker] [bug #52781] Plot area freezes in size, and will no


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #52781] Plot area freezes in size, and will not change when the window is resized.
Date: Mon, 1 Jan 2018 21:54:52 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #1, bug #52781 (project octave):

The plot is forced to X-by-Y pixels and there it stays, I suppose.  It does
seem like "pixels" is an absolute type of scale whereas others might be
relative.  Try code like


plot (rand(2,10))
set(gca, 'units','pixels')
pos = get(gca, 'position');
pos(3) = 200;
set(gca, 'position',pos);


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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