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

Method close_legend

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

Finish commands for a particular legend. Parameters ---------- legend : matplotlib.legend.Legend The Legend which is finished being drawn

(self, legend)

Source from the content-addressed store, hash-verified

133 pass
134
135 def close_legend(self, legend):
136 """
137 Finish commands for a particular legend.
138
139 Parameters
140 ----------
141 legend : matplotlib.legend.Legend
142 The Legend which is finished being drawn
143 """
144 pass
145
146 def draw_marked_line(
147 self, data, coordinates, linestyle, markerstyle, label, mplobj=None

Callers 1

draw_legendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected