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

Method set_active

lib/matplotlib/_pylab_helpers.py:120–123  ·  view source on GitHub ↗

Make *manager* the active manager.

(cls, manager)

Source from the content-addressed store, hash-verified

118
119 @classmethod
120 def set_active(cls, manager):
121 """Make *manager* the active manager."""
122 cls.figs[manager.num] = manager
123 cls.figs.move_to_end(manager.num)
124
125 @classmethod
126 def draw_all(cls, force=False):

Callers 2

get_fig_managerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected