bugGNU Octave - Bugs: bug #39382, legend edgecolor property does not...

 
 

bug #39382: legend edgecolor property does not work

Submitter:  Ben Abbott <bpabbott>
Submitted:  Mon 01 Jul 2013 08:56:56 AM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 08 Oct 2013 04:46:31 AM UTC, comment #1: 

I added support for 'edgecolor' in legends in this changeset (17535:5eae41c8c07f).  Closing report.

Rik <rik5>
Group administrator
Mon 01 Jul 2013 08:56:56 AM UTC, original submission:  

The legend's edgecolor property should change the color of the edge of the legend's box.  Looking at the sources, changing the edgecolor triggers the updatelegendtext() function.  Changing that to updatelegend() won't have an effect as the edgecolor and isn't copied over to the new legend axes that is created before the old one is deleted.

There are similar/related problems with "fontsize" and "interpreter" which trigger the updatelegendtext() as they should, but the legend box does not change its size in response to the change in the extents of this contents.

Ben Abbott <bpabbott>
Group Member

 

(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 rik5 (Posted a comment)
  • -email is unavailable- added by bpabbott (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-10-08 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
    2013-08-16 bpabbott Assigned tobpabbott None
    2013-07-19 bpabbott Assigned toNone bpabbott

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code