AbstractMplRoi#
- class glue.core.roi.AbstractMplRoi(axes, roi=None, data_space=True)#
Bases:
objectBase class for objects which use Matplotlib user events to edit/display ROIs.
- Parameters:
- axes
matplotlib.axes.Axes The Matplotlib axes to draw to.
- roi
glue.core.roi.Roi, optional If specified, this ROI will be used and updated, otherwise a new one will be created.
- axes
Methods Summary
abort_selection(event)active()finalize_selection(event)reset([include_roi])roi()start_selection(event)update_selection(event)Methods Documentation
- abort_selection(event)#
- active()#
- finalize_selection(event)#
- reset(include_roi=True)#
- roi()#
- start_selection(event)#
- update_selection(event)#