bugGNU Octave - Bugs: bug #50038, large outside legend misplaced

 
 

bug #50038: large outside legend misplaced

Submitter:  Muhali <muhali>
Submitted:  Thu 12 Jan 2017 11:05:25 AM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 18 Nov 2019 09:01:02 PM UTC, comment #3: 

Verified with new legend.m.  Marking as fixed and closing report.

Rik <rik5>
Group administrator
Mon 18 Nov 2019 09:42:05 AM UTC, comment #2: 

legend.m has been rewritten for (OpenGL toolkits only). This bug should now be fixed.

Marking ready for test.

Pantxo Diribarne <pantxo>
Group Member
Thu 12 Jan 2017 06:51:24 PM UTC, comment #1: 
Philip Nienhuis <philipnienhuis>
Group Member
Thu 12 Jan 2017 11:05:25 AM UTC, original submission:  

the attached plots show that octave does not seem to handle large outside legends very well. Compared to using qt as toolkit (O.qt.png) gnuplot seems somewhat better (O.gp.png), but not as good as ML (ML.png).

The corresponding script to create the figures was


graphics_toolkit qt
plot(randn(10, 20);
legend(repmat({'legend'}, 1, 20), 'location', 'eastoutside');
print O.qt.png;


Muhali <muhali>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #39445:  O.qt.png added by muhali (35KiB - image/png)
file #39446:  O.gp.png added by muhali (65KiB - image/png)
file #39447:  ML.png added by muhali (27KiB - image/png)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by pantxo (Posted a comment)
  • -email is unavailable- added by muhali (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-11-18 rik5 StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2019-11-18 pantxo StatusNone Ready For Test
    2017-01-12 muhali Attached File- Added O.qt.png, #39445
        Attached File- Added O.gp.png, #39446
        Attached File- Added ML.png, #39447

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code