MplCircularROI

class glue.core.roi.MplCircularROI(axes)[source]

Bases: glue.core.roi.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.

Methods Summary

finalize_selection(self, event)

roi(self)

start_selection(self, event)

update_selection(self, event)

Methods Documentation

finalize_selection(self, event)[source]
roi(self)[source]
start_selection(self, event)[source]
update_selection(self, event)[source]