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

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

[Octave-bug-tracker] [bug #62063] Manual position of legend changes afte


From: Rik
Subject: [Octave-bug-tracker] [bug #62063] Manual position of legend changes after print
Date: Thu, 17 Feb 2022 16:36:14 -0500 (EST)

Update of bug #62063 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 
                 Release:                   6.2.0 => 7.0.90                 

    _______________________________________________________

Follow-up Comment #1:

This behavior has already been fixed on the release candidate for version 7.1.
 I used slightly modified test code:


x=[0:0.1:1];
plot(x,x.^2);

hl=legend('y(x)=x^2')

set(hl,'location','none')
set(hl,'position',[0.2 0.5 0.25 0.25])
% legend has the specified position
print -dpdfcrop tst_lgnd

get (hl, 'position')


Marking as Fixed and closing report.

(file #52878)
    _______________________________________________________

Additional Item Attachment:

File name: tst_leg_pos.m                  Size:0 KB
    <https://file.savannah.gnu.org/file/tst_leg_pos.m?file_id=52878>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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