MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / make_active

Function make_active

site-packages/matplotlib/pyplot.py:532–533  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

530
531 # make this figure current on button press event
532 def make_active(event):
533 _pylab_helpers.Gcf.set_active(figManager)
534
535 cid = figManager.canvas.mpl_connect('button_press_event', make_active)
536 figManager._cidgcf = cid

Callers

nothing calls this directly

Calls 1

set_activeMethod · 0.45

Tested by

no test coverage detected