octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57257] error with legend when plotyy called a


From: Rik
Subject: [Octave-bug-tracker] [bug #57257] error with legend when plotyy called after plot
Date: Mon, 18 Nov 2019 16:55:20 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

URL:
  <https://savannah.gnu.org/bugs/?57257>

                 Summary: error with legend when plotyy called after plot
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Mon 18 Nov 2019 01:55:16 PM PST
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

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.





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57257>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]