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

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

[Octave-bug-tracker] [bug #39316] legend box should align to original ax


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39316] legend box should align to original axes "position" property
Date: Sat, 22 Jun 2013 03:57:18 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36

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

                 Summary: legend box should align to original axes "position"
property
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Fri 21 Jun 2013 11:57:17 PM EDT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

When placed outside, Octave's legend box aligns to the plot axes
"outerposition" property.  However, Matlab's aligns to the "position"
property.


close all
subplot (2,1,1)
plot (rand (3))
legend blue green red
legend location northeastoutside
print -dpng -r72 subplot211-octave.png
clf
plot (rand (3))
legend blue green red
legend location northeastoutside
print -dpng -r72 subplot111-octave.png


I've attached the result of this script using Octave+fltk and Matlab.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 21 Jun 2013 11:57:17 PM EDT  Name: subplot111-matlab.png  Size: 6kB 
 By: bpabbott

<http://savannah.gnu.org/bugs/download.php?file_id=28382>
-------------------------------------------------------
Date: Fri 21 Jun 2013 11:57:17 PM EDT  Name: subplot111-octave.png  Size: 9kB 
 By: bpabbott

<http://savannah.gnu.org/bugs/download.php?file_id=28383>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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