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

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

[Octave-bug-tracker] [bug #37746] 'legend right' squeezes figure to the


From: Muhali
Subject: [Octave-bug-tracker] [bug #37746] 'legend right' squeezes figure to the left (using 'eastoutside')
Date: Thu, 15 Nov 2012 10:20:22 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0

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

                 Summary: 'legend right' squeezes figure to the left (using
'eastoutside')
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Thu 15 Nov 2012 02:20:21 AM PST
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Executing this code, where only 'legend right' is added in the 2nd plot,


subplot(2, 1, 1) ;
plot (1:10, 1:10, 1:10, fliplr (1:10));
title ('Legend with text to the left of key');
legend ({'I am blue', 'I am green'}, 'location', 'eastoutside');
subplot(2, 1, 2) ;
plot (1:10, 1:10, 1:10, fliplr (1:10));
title ('Legend with text to the right of key');
legend ({'I am blue', 'I am green'}, 'location', 'eastoutside');
legend right;
print foo.png


squeezes the entire figure too much to the left. The figure is attached.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 15 Nov 2012 02:20:21 AM PST  Name: foo.png  Size: 41kB   By: muhali

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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