Inherits from
- PlotInteraction: enthought.chaco.plot_interaction.PlotInteraction
Attributes
- points
The final polygon points in data space:
points = List
- polygon
Current set of polygon points:
polygon = List
- value
PlotValue to use for screen to data mapping:
value = Instance(PlotValue)
Method summary
- drawing_left_up(self, event)
- drawing_mouse_move(self, event)
- normal_left_down(self, event)
- set_selection(self, polygon = None)
Methods
- drawing_left_up(self, event)
- drawing_mouse_move(self, event)
- normal_left_down(self, event)
- set_selection(self, polygon = None)
Converts the current polygon into a data-space selection.