niwidgets.
NiftiWidget
(filename)[source]¶Turn .nii files into interactive plots using ipywidgets.
Parameters: | filename (str) – The path to your .nii file. Can be a string, or a
PosixPath from python3’s pathlib. |
---|
Methods
These are the methods that are added by niwidgets. All methods, including the inherited ones, are at the end of the page.
nifti_plotter ([plotting_func, colormap, figsize]) |
Plot volumetric data. |
Methods Details
niwidgets.
NiftiWidget
(filename)[source]Turn .nii files into interactive plots using ipywidgets.
Parameters: | filename (str) – The path to your .nii file. Can be a string, or a
PosixPath from python3’s pathlib. |
---|
nifti_plotter
(plotting_func=None, colormap=None, figsize=(15, 5), **kwargs)[source]¶Plot volumetric data.
Parameters: |
|
---|