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

Method close_axes

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

Finish commands for a particular axes. Parameters ---------- ax : matplotlib.Axes The Axes which is finished being drawn.

(self, ax)

Source from the content-addressed store, hash-verified

109 pass
110
111 def close_axes(self, ax):
112 """
113 Finish commands for a particular axes.
114
115 Parameters
116 ----------
117 ax : matplotlib.Axes
118 The Axes which is finished being drawn.
119 """
120 pass
121
122 def open_legend(self, legend, props):
123 """

Callers 1

draw_axesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected