MplXRangeROI¶
- class glue.core.roi.MplXRangeROI(axes, data_space=True)[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
(event)start_selection
(event)update_selection
(event)Methods Documentation