Bases: skimage.viewer.canvastools.base.CanvasToolBase
Widget for line selection in a plot.
Parameters: | ax : matplotlib.axes.Axes
on_move : function
on_release : function
on_enter : function
maxdist : float
line_props : dict
|
---|
Attributes
end_points |
Bases: skimage.viewer.canvastools.base.CanvasToolBase
Widget for painting on top of a plot.
Parameters: | ax : matplotlib.axes.Axes
overlay_shape : shape tuple
alpha : float (between [0, 1])
on_move : function
on_release : function
on_enter : function
rect_props : dict
|
---|
Attributes
overlay | |
label |
Bases: skimage.viewer.canvastools.base.CanvasToolBase, matplotlib.widgets.RectangleSelector
Widget for selecting a rectangular region in a plot.
After making the desired selection, press “Enter” to accept the selection and call the on_enter callback function.
Parameters: | ax : matplotlib.axes.Axes
on_move : function
on_release : function
on_enter : function
maxdist : float
rect_props : dict
|
---|
Attributes
extents | Return (xmin, xmax, ymin, ymax). |
Corners of rectangle from lower left, moving clockwise.
Midpoint of rectangle edges from left, moving clockwise.
Return (xmin, xmax, ymin, ymax).
Bases: skimage.viewer.canvastools.linetool.LineTool
Widget for line selection in a plot.
The thickness of the line can be varied using the mouse scroll wheel, or with the ‘+’ and ‘-‘ keys.
Parameters: | ax : matplotlib.axes.Axes
on_move : function
on_release : function
on_enter : function
on_change : function
maxdist : float
line_props : dict
|
---|
Attributes
end_points |