MplCircularROI¶
- class glue.core.roi.MplCircularROI(axes, data_space=True)[source]¶
Bases:
AbstractMplRoi
Matplotlib ROI for circular selections
Since circles on the screen may not be circles in the data (due, e.g., to logarithmic scalings on the axes), the ultimate ROI that is created is a polygonal ROI
- Parameters:
- axes
matplotlib.axes.Axes
The Matplotlib axes to draw to.
- axes
Methods Summary
finalize_selection
(event)roi
()start_selection
(event)update_selection
(event)Methods Documentation