MplRectangularROI

class glue.core.roi.MplRectangularROI(axes, data_space=True)[source]

Bases: AbstractMplRoi

Matplotlib ROI for rectangular selections

Parameters:
axesmatplotlib.axes.Axes

The Matplotlib axes to draw to.

Methods Summary

finalize_selection(event)

start_selection(event)

update_selection(event)

Methods Documentation

finalize_selection(event)[source]
start_selection(event)[source]
update_selection(event)[source]