MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / polygon_remove_vertex

Function polygon_remove_vertex

lib/matplotlib/tests/test_widgets.py:1436–1441  ·  view source on GitHub ↗
(ax, xy)

Source from the content-addressed store, hash-verified

1434
1435
1436def polygon_remove_vertex(ax, xy):
1437 return [
1438 MouseEvent._from_ax_coords("motion_notify_event", ax, xy),
1439 MouseEvent._from_ax_coords("button_press_event", ax, xy, 3),
1440 MouseEvent._from_ax_coords("button_release_event", ax, xy, 3),
1441 ]
1442
1443
1444@pytest.mark.parametrize('draw_bounding_box', [False, True])

Calls 1

_from_ax_coordsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…