bugGNU Octave - Bugs: bug #29334, legend doesn't work with bar plots

 
 

bug #29334: legend doesn't work with bar plots

Submitter:  None
Submitted:  Thu 25 Mar 2010 01:00:06 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Works For Me Assigned to:  None
Originator Name:  Julia Steinberger Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.2.3
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 06 Apr 2010 06:15:29 PM UTC, comment #3: 

I checked with version 3.2.3 on a linux machine and it definitely works.  This is either a gnuplot issue, as installed on Windows, or Windows-specific library issue.  Sorry we can't resolve it in Octave.

Rik <rik5>
Group administrator
Tue 06 Apr 2010 07:11:05 AM UTC, comment #2: 

Might have to do with running on Windows then?

Julia Steinberger <julias>
Tue 06 Apr 2010 03:54:05 AM UTC, comment #1: 

The code sample produces the expected behavior on a Linux machine running a current hg tip and gnuplot 4.2.5 for the plotting backend.

Rik <rik5>
Group administrator
Thu 25 Mar 2010 01:00:06 PM UTC, original submission:  


Running this code:

Y = [ 1 2 3 4; 5 6 7 8 ];
bar(Y')
legend('1','2','Location','EastOutside')

the rectangles of color shown inside the legend don't match the color of the bars - but their edges do.

I'm running Octave with gnuplot on Windows XP.

Any ideas why this is happening?

Thanks,
Julia

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by julias (Posted a comment)
  • -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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-04-06 rik5 Open/ClosedOpen Closed
    2010-04-06 rik5 StatusNone Works For Me

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code