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

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

[Octave-bug-tracker] [bug #49463] bad output from voronoi


From: anonymous
Subject: [Octave-bug-tracker] [bug #49463] bad output from voronoi
Date: Fri, 28 Oct 2016 00:15:31 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0

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

                 Summary: bad output from voronoi
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 28 Oct 2016 12:15:28 AM UTC
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Emil Millet
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
        Operating System: Microsoft Windows

    _______________________________________________________

Details:


x=[1,2,3]
y=[2,3,1]
voronoi(x, y)


Plotted output looks OK until you zoom out and see extra segments.
Extra segments are present also in the [vx,vy]=voronoi(...) form.
Same results under Linux.

Under Windows,


x=rand(4,1)
y=rand(4,1)
voronoi(x, y)
xlim( [-2, 3] )
ylim( [-2, 3] )
 

gives various pathologies, sometimes too many, sometimes too few.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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