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

Method open_legend

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

Beging commands for a particular legend. Parameters ---------- legend : matplotlib.legend.Legend The Legend that will contain the ensuing elements props : dictionary The dictionary of legend properties

(self, legend, props)

Source from the content-addressed store, hash-verified

120 pass
121
122 def open_legend(self, legend, props):
123 """
124 Beging commands for a particular legend.
125
126 Parameters
127 ----------
128 legend : matplotlib.legend.Legend
129 The Legend that will contain the ensuing elements
130 props : dictionary
131 The dictionary of legend properties
132 """
133 pass
134
135 def close_legend(self, legend):
136 """

Callers 1

draw_legendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected