MCPcopy Create free account
hub / github.com/ipython/ipython / act_mpl

Method act_mpl

IPython/core/tests/test_pylabtools.py:156–157  ·  view source on GitHub ↗
(backend)

Source from the content-addressed store, hash-verified

154 def setup(self):
155 import matplotlib
156 def act_mpl(backend):
157 matplotlib.rcParams['backend'] = backend
158
159 # Save rcParams since they get modified
160 self._saved_rcParams = matplotlib.rcParams

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected