bugGNU Octave - Bugs: bug #34881, bar legends don't work (fltk)

 
 

bug #34881: bar legends don't work (fltk)

Submitter:  Muhali <muhali>
Submitted:  Tue 22 Nov 2011 10:26:52 PM UTC
   
 
Category:  Plotting with OpenGL 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
   

Sat 09 Jun 2012 12:18:16 AM UTC, comment #3: 

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
Wed 30 Nov 2011 05:33:25 PM UTC, comment #2: 

This is a duplicate of bug #33463.  The problem is that legend() doesn't work with patch objects, and patch objects are what bar() uses internally to draw rectangles on the plot.

Rik <rik5>
Group administrator
Thu 24 Nov 2011 06:17:02 AM UTC, comment #1: 

I don't see text or colored patches in the legend.

For line plots, I see lines, but no text.

John W. Eaton <jwe>
Group administrator
Tue 22 Nov 2011 10:26:52 PM UTC, original submission:  

bar legends don't work. For example,


bar(rand(2,2)) ;
legend({"bar 1" "bar 2"}) ;


gives only text but no colored patches.

Muhali <muhali>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by jwe (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 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 Dependencies- bugs #35260 is dependent
    2011-11-30 rik5 StatusNone Duplicate
        Dependencies- Depends on bugs #33463

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code