API¶
pyplot¶
Control the output of standard plotting functions such as plot
and hist
using sliders and other
widgets. When using the ipympl
backend these functions will leverage ipywidgets for the controls, otherwise they
will use the built-in Matplotlib widgets.
Control a plot using widgets |
|
Control the contents of a histogram using widgets. |
|
Control a scatter plot using widgets. |
|
Control an image using widgets. |
|
Control an horizontal line using widgets. |
|
Control a vertical line using widgets. |
generic¶
Functions that will be useful irrespective of backend.
Compare horizontal and/or vertical slices across multiple arrays. |
|
Add ability to zoom with the scroll wheel. |
|
Enable panning a plot with any mouse button. |
|
Manually segment an image with the lasso selector. |
|
View slices from a hyperstack of images selected by sliders. |
utilities¶
Functions that make some features in Matplotlib a bit more convenient.
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. |
|
Utility function for when you want to index an array as part of an interactive function. |
widgets¶
Custom matplotlib widgets made for use in this library.
A widget for selecting a point in a scatter plot. |
|
A widget for selecting a point in a scatter plot. |
|
A widget for selecting a point in a scatter plot. |