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

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

[Octave-bug-tracker] [bug #52268] 'hold on' interferes with auto-scaling


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #52268] 'hold on' interferes with auto-scaling mechanism for OpenGL toolkits
Date: Mon, 23 Oct 2017 19:15:49 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0

Follow-up Comment #9, bug #52268 (project octave):

This looks like an important difference in the axes properties when plotting
rand(20,1)/100 versus rand(20,1)/1000 after hold on:


>> get (hax1, "position")
ans =

   0.13000   0.11000   0.77500   0.81500

>> get (hax1, "tightinset")
ans =

   0.042857   0.069058   0.000000   0.023810

>> get (hax2, "position")
ans =

   1.3000e-01   3.5538e+09   7.7500e-01  -7.1076e+09

>> get (hax2, "tightinset")
ans =

   9.8214e-02   3.5538e+09   2.8304e-02   3.5538e+09



All other properties look comparable / sane.

This is the same with gnuplot, even though the axes actually fit in the
gnuplot window.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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