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

Function polygon_place_vertex

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

Source from the content-addressed store, hash-verified

1426
1427
1428def polygon_place_vertex(ax, xy):
1429 return [
1430 MouseEvent._from_ax_coords("motion_notify_event", ax, xy),
1431 MouseEvent._from_ax_coords("button_press_event", ax, xy, 1),
1432 MouseEvent._from_ax_coords("button_release_event", ax, xy, 1),
1433 ]
1434
1435
1436def polygon_remove_vertex(ax, xy):

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…