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

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

[Octave-bug-tracker] [bug #58822] legend misplaced in demo area 1


From: Rik
Subject: [Octave-bug-tracker] [bug #58822] legend misplaced in demo area 1
Date: Fri, 24 Jul 2020 13:58:02 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

URL:
  <https://savannah.gnu.org/bugs/?58822>

                 Summary: legend misplaced in demo area 1
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Fri 24 Jul 2020 10:58:00 AM PDT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

At first, "demo area 1" was failing to execute because the number of inputs to
the legend.m subfunction boxposition was sometimes too many.  I changed the
function prototype for boxposition like so


-function pos = boxposition (axpos, pba)
+function pos = boxposition (axpos, pba, ~)


to resolve that issue.  This was in changeset 28595:4deb794d85e2.

Now that the code is back to running, it no longer runs correctly.  The legend
is supposed to be placed in the location "NorthEastOutside", but instead is
inside the plotbox, but too high up.

To reproduce, try "demo area 1".





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58822>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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