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

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

[Octave-bug-tracker] [bug #40898] scatter3 failure


From: anonymous
Subject: [Octave-bug-tracker] [bug #40898] scatter3 failure
Date: Sat, 14 Dec 2013 21:54:48 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.55 Safari/537.36

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

                 Summary: scatter3 failure
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sat 14 Dec 2013 09:54:47 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Ralph Goodwin
        Originator Email: ralph.t.goodwin gmail.com
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

scatter3 fails when asked to set simultaneously individual point sizes and
colors for data sets with more than 100 points. The following code illustrates
the issue if n>100

 clear
 clf
 n=100
 x = rand (n,1);
 y = rand (n,1);
 z = rand (n,1);
 s=20*rand(n,1);
 c=rand(n,3);
 scatter3 (x(:), y(:), z(:), s(:), c(:), "s");





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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