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

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

[Octave-bug-tracker] [bug #52752] "paperposition" property messes with l


From: Rik
Subject: [Octave-bug-tracker] [bug #52752] "paperposition" property messes with legend size
Date: Mon, 18 Nov 2019 17:13:58 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #52752 (project octave):

              Item Group:        Incorrect Result => Regression             
                  Status:               Duplicate => Confirmed              
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #5:

Unfortunately with the new legend code for version 6.1 there are now callback
errors.  This only occurs with the FLTK toolkit.  The code tst_legprint.m is
attached.


graphics_toolkit('fltk');
#graphics_toolkit('qt');
fplot(@(x) sin(x*pi*2+[0:3]*pi/2), [0, 2]);
set(gcf(), 'paperposition', [ 0 0 10 3 ]);
print tst.png




(file #47885)
    _______________________________________________________

Additional Item Attachment:

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



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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