ipyoverlay.mpl.event#

Utilities for managing events from matplotlib figures.

Functions

on_mpl_point_click(ax, callback, points_x, ...)

More 'normal' semantic syntax for creating event handler.

Classes

MPLArtistEventHandler(axes, callback[, ...])

MPLEventHandler(axes, callback, points_x, ...)

Class that attaches a custom event handler to a matplotlib axes, to call a custom callback function only when one of the requested points is clicked on.