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

Function _reshow_nbagg_figure

IPython/core/pylabtools.py:199–206  ·  view source on GitHub ↗

reshow an nbagg figure

(fig)

Source from the content-addressed store, hash-verified

197
198
199def _reshow_nbagg_figure(fig):
200 """reshow an nbagg figure"""
201 try:
202 reshow = fig.canvas.manager.reshow
203 except AttributeError:
204 raise NotImplementedError()
205 else:
206 reshow()
207
208
209def select_figure_formats(shell, formats, **kwargs):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected