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

Implement Contour plots #155

Closed
martin-schlipf opened this issue Apr 23, 2024 · 1 comment
Closed

Implement Contour plots #155

martin-schlipf opened this issue Apr 23, 2024 · 1 comment
Assignees

Comments

@martin-schlipf
Copy link
Collaborator

Sometimes it can provide insight to visualize 3d data as a 2d slice. For this contour plots would be a nice feature. The simplest plot could just take a plane of the regular grid but a more throughout implementation could use scipy.interpolate.griddata to get any arbitrary points on a regular grid.
To achieve this, we should introduce a new class analogous to Series. We should decide whether to allow multiple contours in a single Graph or not. Contours could either be an independent field or members of the Series list.

@martin-schlipf martin-schlipf self-assigned this Apr 23, 2024
@martin-schlipf
Copy link
Collaborator Author

Initial implementation for densities

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

No branches or pull requests

1 participant