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

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

[Octave-bug-tracker] [bug #48210] legend returns incorrect handles for s


From: Muhali
Subject: [Octave-bug-tracker] [bug #48210] legend returns incorrect handles for scatter plot
Date: Mon, 13 Jun 2016 09:14:23 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

URL:
  <http://savannah.gnu.org/bugs/?48210>

                 Summary: legend returns incorrect handles for scatter plot
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Mon 13 Jun 2016 02:14:20 AM PDT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

As shown in this code


x = 1:3 ;
scatter(x, x) ;
[h h_obj h_plt] = legend('leg') ;
delete(h_plt)


only the last point (at x=3) is returned in h_plt.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48210>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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