Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Surface plotting with arbitrarily distributed samples #303

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Conversation

sebjameswml
Copy link
Collaborator

With cells drawn as a Voronoi pattern, you can plot a surface from any distribution of samples of the surface value.

@sebjameswml
Copy link
Collaborator Author

Still to do: Fix a small bug observable in voronoi_fixed and ensure that VoronoiVisual works for vectorData.

@sebjameswml
Copy link
Collaborator Author

2443d91 should sort one of the to-dos

@sebjameswml
Copy link
Collaborator Author

4b90e27 puts in a workaround solution for the border edge site z computation problem - to add float::epsilon() to the border for all surfaces.

@sebjameswml
Copy link
Collaborator Author

The next to-do is to finish plotting surfaces with a selected z direction. This currently works, but the 2D grid plotted when debugging the grid is not rotated correctly. Shouldn't be hard to resolve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants