Add plotly-based surface plotter (to dev) - #6
Open
VictorBarnes wants to merge 6 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pyproject.toml
plottingoptional dependency:kaleidois for converting a plotly figure to a static image andnbformatis for rendering plotly figures in notebooks.plotting.py
plot_surftoplot_surf_surfplotplot_surfand helper functionplot_surf_single.fetch_traceandupdate_trace_type) for modifying a plotly figure after it has been generated. These are related to the #TODO on line 211 inplotting.pywhere we need to decide whether to name each trace such that they can be easily modified post figure generation.compute_roi_outlinesis my initial attempt to solve the #TODO on line 263 inplotting.pybut I didn't include it inplot_surfyet because I haven't tested it enough.Tutorials
plot_surf_single_hemi.ipynbandplot_surf_multi_hemi.ipynbto showcaseplot_surf. I had to split these over multiple notebooks because having them all in one file exceeded git's max file size (100 MB). I also cleared the outputs before I committed so you'll have to re-run the notebooks to see the plots.