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

Function on_mouseover_closure

lib/matplotlib/backends/web_backend/js/mpl.js:363–369  ·  view source on GitHub ↗
(tooltip)

Source from the content-addressed store, hash-verified

361 }
362
363 function on_mouseover_closure(tooltip) {
364 return function (event) {
365 if (!event.currentTarget.disabled) {
366 return fig.toolbar_button_onmouseover(tooltip);
367 }
368 };
369 }
370
371 fig.buttons = {};
372 var buttonGroup = document.createElement('div');

Callers 1

mpl.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…