AbstractMplRoi

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

Bases: object

Base class for objects which use Matplotlib user events to edit/display ROIs

Parameters:axes – The Matplotlib Axes object to draw to

Methods Summary

abort_selection(event)
active()
finalize_selection(event)
reset([include_roi])
roi()
start_selection(event)
update_selection(event)

Methods Documentation

abort_selection(event)[source]
active()[source]
finalize_selection(event)[source]
reset(include_roi=True)[source]
roi()[source]
start_selection(event)[source]
update_selection(event)[source]