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

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

[Octave-bug-tracker] [bug #60691] Legend unaware of new "scatter" graphi


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #60691] Legend unaware of new "scatter" graphics object
Date: Fri, 28 May 2021 16:56:33 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0

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

                 Summary: Legend unaware of new "scatter" graphics object 
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: ven. 28 mai 2021 20:56:31 UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.2.0
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

As the title says, the legend function should be updated to allow scatter
entries:


>> x = randn (100, 1);
>> y = randn (100, 1);
>> scatter (x, y);
>> legend ();
error: legend: no valid object to label
error: called from
    legend>parse_opts at line 778 column 7
    legend at line 210 column 8





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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