bugGNU Octave - Bugs: bug #35260, legend doesn't show correctly with...

 
 

bug #35260: legend doesn't show correctly with pie chart

Submitter:  None
Submitted:  Sat 07 Jan 2012 09:08:10 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Other
Status:  Fixed Assigned to:  None
Originator Name:  Ben Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.4.0
Operating System:  * Mac OS Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 09 Jun 2012 12:19:01 AM UTC, comment #2: 

This has been fixed on the development branch in this changeset (http://hg.savannah.gnu.org/hgweb/octave/rev/daad312c8af0).  To access the fix you will need to build from Mercurial sources or wait until the next major release Octave-3.8.0.

Rik <rik5>
Group administrator
Sun 08 Jan 2012 03:09:16 PM UTC, comment #1: 

This is a duplicate of bug #33463. The problem is that legend() doesn't work with patch objects, and patch objects are what pie() uses internally to draw wedges on the plot.  See also bug #34481 where legend doesn't work with bar graphs for the same reason.

Rik <rik5>
Group administrator
Sat 07 Jan 2012 09:08:10 AM UTC, original submission:  

when plotting a pie chart, the legend colors do not show up when using the fltk
graphics option

sample code:

x=1:3;
pie(x);
legend('1','2','3');


Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

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 None (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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-06-09 rik5 StatusDuplicate Fixed
        Open/ClosedOpen Closed
    2012-01-08 rik5 StatusNone Duplicate
        Dependencies- Depends on bugs #34881
    2012-01-08 rik5 Dependencies- Depends on bugs #33463

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code