Problem
Would be nice to control eventplot. Inspired by matplotlib/matplotlib#23229
Proposed Solution
This shouldn't be too hard. eventplot returns a list of EventCollection objects which have all the approriate setting methods.
@TomBugnon would you have any interest in opening a PR implementing interactive_eventplot in the mpl-interactions framework?
Problem
Would be nice to control eventplot. Inspired by matplotlib/matplotlib#23229
Proposed Solution
This shouldn't be too hard.
eventplotreturns a list ofEventCollectionobjects which have all the approriate setting methods.@TomBugnon would you have any interest in opening a PR implementing interactive_eventplot in the mpl-interactions framework?