MplXRangeROI

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

Bases: glue.core.roi.AbstractMplRoi

Matplotlib ROI for x range selections

Parameters
axes~matplotlib.axes.Axes

The Matplotlib axes to draw to.

Methods Summary

finalize_selection(self, event)

start_selection(self, event)

update_selection(self, event)

Methods Documentation

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