API¶
Jupyter¶
These functions will only work in the context of a jupyter notebook as they leverage ipywidgets sliders. Consequently
you will have the best perfomance when using the ipympl backend %matplotlib ipympl
|
Make a plot interactive using sliders. |
|
Use this function for maximum control over layout of the widgets |
Generic¶
Functions that will be useful irrespective of backend.
|
Compare horizontal and/or vertical slices accross multiple arrays. |
|
Add ability to zoom with the scroll wheel. |
|
Enable panning a plot with any mouse button. |
Utilities¶
Functions that make it a bit more convenient to do some things in matplotlib.
|
A context manager for turning interactive mode off. |
|
Matplotlib figure but a scalar figsize will multiply rcParams figsize |
|
Return the index of the array that is closest to value. |