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

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

[Octave-bug-tracker] [bug #35857] Octave crashes when plotting with unit


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #35857] Octave crashes when plotting with units = normalized
Date: Wed, 08 Apr 2015 15:34:28 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0

Follow-up Comment #15, bug #35857 (project octave):

I'm attaching another patch.  It attempts to fix the label positioning for all
possible unit values and also correctly inherit defaults for the axes labels.

Inheriting defaults wasn't working for the axes labels because they are
created inside the axes constructor and so the parent (axes) object wasn't
fully constructed and inserted into the gh_manager map of handles -> objects,
so looking up parent objects could not work correctly.

I'm still not sure that what I've done in the attached patch is the best
solution, but it seems to work for me.

(file #33597)
    _______________________________________________________

Additional Item Attachment:

File name: diffs-3.txt                    Size:11 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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