MplYRangeROI#
- class glue.core.roi.MplYRangeROI(axes, data_space=True)[source]#
Bases:
AbstractMplRoi
Matplotlib ROI for y range selections
- Parameters:
- axes
matplotlib.axes.Axes
The Matplotlib axes to draw to.
- axes
Methods Summary
finalize_selection
(event)start_selection
(event)update_selection
(event)Methods Documentation