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

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

[Octave-bug-tracker] [bug #57685] pbaspect() and legend


From: José Luis García Pallero
Subject: [Octave-bug-tracker] [bug #57685] pbaspect() and legend
Date: Tue, 28 Jan 2020 12:26:03 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

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

                 Summary: pbaspect() and legend
                 Project: GNU Octave
            Submitted by: jgpallero
            Submitted on: mar 28 ene 2020 17:26:01 UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.90
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I need to use the pbaspect() function in order to customize a figure aspect
ratio. All works perfect except the legend, which is not maintained inside the
plot box after the pbaspect() call. But in Matlab the legend is affected by
the function. I think it is a bug in the Octave pbaspect(). The behavior is
the same in Octave 5.1.0 and in the alpha 5.1.90 release (I suppose it is
present in older versions too)

I'm using this script:

plot(rand(3));
legend('First','Second','Third');
pbaspect([2 1 1]);
print('check_pbaspect.png','-dpng');




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Mensaje enviado vía Savannah
  https://savannah.gnu.org/




reply via email to

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