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

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

[Octave-bug-tracker] [bug #55379] Legend "northwestoutside" reserves a l


From: Dave Goel
Subject: [Octave-bug-tracker] [bug #55379] Legend "northwestoutside" reserves a large whitespace on the east coast!
Date: Fri, 4 Jan 2019 03:03:50 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.80 Safari/537.36

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

                 Summary: Legend "northwestoutside" reserves a large
whitespace on the east coast! 
                 Project: GNU Octave
            Submitted by: deego
            Submitted on: Fri 04 Jan 2019 08:03:48 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: deego
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

figure(1);
for ii=[3 2 1];
  subplot(1,3,ii);
  plot([1 2]);
endfor
ii=1; legend('foo', 'location' , 'northwestoutside');



Here's a screenshot: http://i.imgur.com/EzdDGlo.png

Reporting per jwe's suggestion. This is with octave 4.2.2. Can anyone verify
if this still exists in a later octave? 







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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