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

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

[Octave-bug-tracker] [bug #39697] legend doesn't change position if titl


From: Rik
Subject: [Octave-bug-tracker] [bug #39697] legend doesn't change position if title block grows
Date: Mon, 05 Aug 2013 05:06:55 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

URL:
  <http://savannah.gnu.org/bugs/?39697>

                 Summary: legend doesn't change position if title block grows
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sun 04 Aug 2013 10:06:54 PM PDT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

There isn't a listener on the the position property of the axis.  If the axis
changes position, such as when the title block grows, the legend is left out
of position.  This is apparently a known problem.  In the code for legend.m I
find:


## TODO - need to add listeners for tighinset and position
##        addlistener (ca, "tightinset", @update????);
##        addlistener (ca, "position", @update????);


I'm adding a %!demo block to legend.m which shows the problem.


plot (1:10);
legend ("Legend Text");
title ({"Multi-line", "titles", "are a", "problem"});







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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