matplotlib.widgets.Widget#
- class matplotlib.widgets.Widget[source]#
Bases:
objectAbstract base class for GUI neutral widgets.
- property active#
Is the widget active?
- drawon = True#
- eventson = True#
Examples using matplotlib.widgets.Widget#
Select indices from a collection using polygon selector
Select indices from a collection using polygon selector