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

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

[Octave-bug-tracker] [bug #50189] Segfault when drawing sphere as first


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #50189] Segfault when drawing sphere as first plot
Date: Thu, 2 Feb 2017 21:37:23 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #28, bug #50189 (project octave):

I stepped through print.m and the line that makes the axes appear is


  set (opts.figure, "position", fpos);


fpos is


    fpos = get (opts.figure, "position");
    ...
    fpos(3:4) = opts.canvas_size;


If the new position is different from the original, the plot updates and the
axes appear.  Setting other properties doesn't seem to change anything, though
I haven't tried them all.  Maybe it is just a missed drawnow and the other
properties aren't affecting the "modified" status of the figure object?  I
haven't checked.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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