Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@DSimonne
Copy link
Collaborator

This module is based around one class, Plotter, which for now can take as input a numpy array, or a npy/npz file path.

There are different ways to then plot the data: '2D', 'slices', 'contour_slices', 'sum_slices', 'sum_contour_slices', '3D', by default 'slices'.

The "2D" method is based on Bokeh, and ipywidgets to yield a nice and interactive tool which allows the interaction with the data.

image

The "3D" uses ipyvolume to render a contour based on what vincent had already developped, the other methods are quite obvious.

I usually use this methods to quickly check if there are issues with the data.

@DSimonne DSimonne marked this pull request as draft May 17, 2024 21:47
@clatlan clatlan marked this pull request as ready for review May 21, 2024 07:25
@DSimonne DSimonne merged commit 4a5b0dc into clatlan:master Jun 16, 2024
@DSimonne DSimonne deleted the Plotter branch June 16, 2024 22:31
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.

1 participant