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 in be56634