Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Description
Problem
I need to trace by hand a broken line onto a graph.
It's very similar to the PolygonSelector but I just don't need to close it when finished.
Proposed solution
add an option to PolygonSelector e.g. keep_open which is by default False.
I'm not sure but it should be easy to change the _draw_polygon_without_update
matplotlib/lib/matplotlib/widgets.py
Line 4076 inbe56634
def_draw_polygon_without_update(self): |