bugGNU Octave - Bugs: bug #49463, bad output from voronoi

 
 

bug #49463: bad output from voronoi

Submitter:  None
Submitted:  Fri 28 Oct 2016 12:15:28 AM UTC
   
 
Category:  Libraries Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Duplicate Assigned to:  None
Originator Name:  Emil Millet Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.0.3
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 28 Oct 2016 05:23:33 AM UTC, comment #3: 

Thanks, I'm closing this bug as a duplicate. Please follow up with any more information on bug #38295.

I don't have any knowledge about this function or the qhull library myself, just helping to triage. It sounds like we can mark bug #38295 as confirmed, but it's possible more specific information is needed there to help figure out what needs to be done.

Mike Miller <mtmiller>
Group Member
Fri 28 Oct 2016 01:00:00 AM UTC, comment #2: 

38295 looks to me the same.
I asked a friend to do the 123-231 case in Matlab
and it gave a plot with just three segments.
I did not look at the array outputs.
(Nor have I validated any of the possibly-correct segments.)
I am at your service for any other subtasks.
Cheers!

Anonymous
Fri 28 Oct 2016 12:28:42 AM UTC, comment #1: 

Can you take a look at previously reported bug #38295? The descriptions of these bugs sound the same to me. Maybe you can provide the missing info requested on the other bug report?

Mike Miller <mtmiller>
Group Member
Fri 28 Oct 2016 12:15:28 AM UTC, original submission:  


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.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-10-28 mtmiller StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #38295

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code