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

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

[Octave-bug-tracker] [bug #57260] scatter plot legend different from pre


From: Rik
Subject: [Octave-bug-tracker] [bug #57260] scatter plot legend different from previous releases
Date: Mon, 18 Nov 2019 17:59:30 -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/?57260>

                 Summary: scatter plot legend different from previous releases
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Mon 18 Nov 2019 02:59:28 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:

Sample code


color = [0; 0.5; 1];
h = scatter ([0.15, 1.15, -1.15],[2.15, 0, 1.15], 25, color);
legend (h, 'hello world');


Instead of having a single bubble with the specified color, there seem to be 4
bubbles with a different color.






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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