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

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

[Octave-bug-tracker] [bug #51829] Consecutive plots gradually drifts out


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #51829] Consecutive plots gradually drifts out of figure area
Date: Wed, 23 Aug 2017 15:23:54 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

Which toolkit are you using?  I'm not quite seeing what you are seeing.  (I'm
using the latest development code on Linux.)

For FLTK/Qt/gnuplot the image doesn't keep growing in side with each
iteration, but the FLTK plot has the Xlabel extending past the bottom of the
figure.  Qt lays things out nicely.  gnuplot is pretty good, but it has a
separate problem of the Ylabel overlapping the tick text (that's a separate
issue from this bug report).

Both FLTK and Qt have the annoying trait of the figure window and plot growing
in size about 10% and then shrinking back to the original size with each
iteration.  Looks awful.  In fact, there's a good chance that could be the
source of error on your system.  I.e., with each iteration this 10% growth and
subsequent shrink could be incrementally increasing some variable that keep
track of plot size due to some poorly synchronized cross-thread action--as you
point out the need for a pause.  Wild theory, but that might be where to look
first.

Or font size.  Is that first line changing the font size necessary to make
this behavior happen?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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