MCPcopy Index your code
hub / github.com/plotly/plotly.py / close_figure

Method close_figure

plotly/matplotlylib/mplexporter/renderers/base.py:87–96  ·  view source on GitHub ↗

Finish commands for a particular figure. Parameters ---------- fig : matplotlib.Figure The figure which is finished being drawn.

(self, fig)

Source from the content-addressed store, hash-verified

85 pass
86
87 def close_figure(self, fig):
88 """
89 Finish commands for a particular figure.
90
91 Parameters
92 ----------
93 fig : matplotlib.Figure
94 The figure which is finished being drawn.
95 """
96 pass
97
98 def open_axes(self, ax, props):
99 """

Callers 1

draw_figureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected