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

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

[Octave-bug-tracker] [bug #54079] After resizing, plotyy plots are clobb


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #54079] After resizing, plotyy plots are clobbered up
Date: Thu, 7 Jun 2018 17:01:08 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

The gnuplot toolkit result is a limitation of gnuplot and outside of Octave's
control.  Octave just sends gnuplot the data.  gnuplot doesn't retain the full
data, just the most recent data which happens to be only one function.  It has
to do with gnuplot's history and concept: every framework and output format is
treated as an unsophisticated terminal.  Looking at the plot, though, it looks
like the layout has gotten messed up a bit.  (I too have vague recollection of
this being mentioned...maybe Rik said something about altering the plotyy such
that gnuplot needs a minor fix.)

OpenGL: Your plot sure looks strange.  I'm not seeing that in linux (Mint
Cinnamon).  The font of the x-axis ticks looks sort of bold, so it is probably
the case that two axes are printed one on top of the other.  Not surprisingly,
your plots are offset to match the x-axes marks.  Could you repeat this test
with the following?

demo plotyy 1

I'm curious if having that suspended input prompt might have an influence.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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