bugGNU Octave - Bugs: bug #57257, error with legend when plotyy...

 
 

bug #57257: error with legend when plotyy called after plot

Submitter:  Rik <rik5>
Submitted:  Mon 18 Nov 2019 09:55:16 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
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 19 Nov 2019 04:02:51 PM UTC, comment #2: 

This is all fixed up now.  Closing report.

Rik <rik5>
Group administrator
Tue 19 Nov 2019 12:27:28 PM UTC, comment #1: 
Pantxo Diribarne <pantxo>
Group Member
Mon 18 Nov 2019 09:55:16 PM UTC, original submission:  

Code to reproduce:


octave:20>  plot ([1 0])
octave:21> set (gca, 'yaxislocation', 'right')
octave:22> legend ('ABC', 'location', 'eastoutside')
octave:23> plotyy ([0 1], [1 0], [0 1], [0 1]);
octave:24> legend({"A" "B"}, "location", "eastoutside");
error: set: unknown axes property __legend_handle__
error: called from
    legend at line 198 column 7


There is not an issue if 'clf' is used between the call to plot and plotyy.

Rik <rik5>
Group administrator

 

(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 pantxo (Posted a comment)
  • -email is unavailable- added by rik5 (Submitted the item)
  • -email is unavailable- added by rik5
  •  

    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
    2019-11-19 rik5 StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2019-11-19 pantxo StatusConfirmed Ready For Test
    2019-11-18 rik5 Carbon-Copy- Added pantxo

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code