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

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

[Octave-bug-tracker] [bug #44405] colorbar is attached to figure instead


From: jsh
Subject: [Octave-bug-tracker] [bug #44405] colorbar is attached to figure instead of axes parent
Date: Mon, 02 Mar 2015 06:48:08 +0000
User-agent: Opera/9.80 (X11; Linux x86_64; Edition Linux Mint) Presto/2.12.388 Version/12.16

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

Missed some things:

Line 383 in colorbar.m should be changed to


if (strcmp (get ( ancestor( cf, "figure"), "__graphics_toolkit__"),
"gnuplot")

    
and lines 47 and 79 in __actual_axis_position__.m


if/elseif (strcmp (get (axis_obj.parent, "__graphics_toolkit__"), "gnuplot")


should be changed to


if/elseif (strcmp (get ( ancestor( axis_obj.parent, "figure"),
"__graphics_toolkit__"), "gnuplot")





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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