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

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

[Octave-bug-tracker] [bug #57685] legend misplaced when pbaspect() used


From: Rik
Subject: [Octave-bug-tracker] [bug #57685] legend misplaced when pbaspect() used
Date: Wed, 29 Jan 2020 16:00:42 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #57685 (project octave):

                  Status:         Patch Submitted => Patch Reviewed         

    _______________________________________________________

Follow-up Comment #5:

The patch works perfectly for the provided example.  However, there are other
odd cases which don't work out.


plot (1:10)
title ({'1','2','3'})
legend ('abc', 'location', 'northoutside')
pbaspect ([2 1 1 ])


Before the patch, the legend is placed out of the way of the title text. 
After the patch, the title and legend overlap.

File old_title.png

File new_title.png



(file #48302, file #48303, file #48304)
    _______________________________________________________

Additional Item Attachment:

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

File name: new_title.png                  Size:12 KB
    <https://savannah.gnu.org/file/new_title.png?file_id=48303>

File name: old_title.png                  Size:10 KB
    <https://savannah.gnu.org/file/old_title.png?file_id=48304>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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