JuliaGeometry / VoronoiDelaunay.jl

Fast and robust Voronoi & Delaunay tessellation creation with Julia
Other
123 stars 26 forks source link

Plot not working fir gladly #64

Open hcfugro opened 1 year ago

hcfugro commented 1 year ago

I'm trying to use x,y=getplotxy(voronoiedges(tess) There are some NaN values in x and y. When I try to plot the image I get this error

p = plot(x=x, y=y, Geom.path, Scale.x_continuous(minvalue=1.0, maxvalue=2.0), Scale.y_continuous(minvalue=1.25, maxvalue=1.75)) Start : This command cannot be run due to the error: The system cannot find the file specified. At line:1 char:1

  • Start "/tmp/jl_f3kjbE.html"
  • 
    + CategoryInfo          : InvalidOperation: (:) [Start-Process], InvalidOperationException
    + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand