-
As I mentioned a while back on Slack, I've been comparing this library to MarchingCubes.jl, I found that when one "under samples" the structure e.g. like the below code where `nSteps=25`. Then I notic…
-
plotly version: 4.1.0
When plotting an Isosurface, Mesh3D etc, and also a Scatter3D trace,
the Isosurface object seems to prevent the hover functionality of the Scatter-Plot when trying to hover o…
-
Right now, webknossos seems to crash every now and then if there is some pressure due to isosurface-requests. Maybe the back-end could only allow N parallel isosurface jobs?
-
Here's a rendering of the LUMO for benzene (file is attached - unzip to get benzene.fchk):
With the current code, I get a very different look:
The problem is with the mesh for the negative i…
-
Currently, `LinePlot` just samples the function at a bunch of evenly spaced points, but much higher quality results could be obtained through an actual plotting algorithm where more points are sampled…
-
Thanks for your great work!
I have tried to run [Isosurfacing tool](https://github.com/duxingyi-charles/Robust-Implicit-Surface-Networks/tree/main), by using the results from mesh.json and function…
-
package com;
import org.geotools.data.shapefile.ShapefileDataStore;
import org.geotools.data.simple.SimpleFeatureCollection;
import org.geotools.data.simple.SimpleFeatureIterator;
import org.geo…
-
The current 3D isosurface algorithm uses an explicit edge array. This turns out to be pretty fast for a structured grid, but it's expensive in terms of memory usage and it's too expensive for unstruc…
-
Hi!
Congrast on this amazing package!
I would like to ask if "isosurface" (and how to input functions) is available in vapory. I would like to work with different functions, like in this example:
h…
-
HI @SimonDanisch ,
I am a student doing a hydrodynamics research project and would like to use Julia for part of it.
I would need to visualise 3d vector fields and isosurfaces.
My options at the …