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

Method choropleth

plotly/graph_objs/layout/template/_data.py:197–209  ·  view source on GitHub ↗

The 'choropleth' property is a tuple of instances of Choropleth that may be specified as: - A list or tuple of instances of plotly.graph_objs.layout.template.data.Choropleth - A list or tuple of dicts of string/value properties that will be passed to

(self)

Source from the content-addressed store, hash-verified

195
196 @property
197 def choropleth(self):
198 """
199 The 'choropleth' property is a tuple of instances of
200 Choropleth that may be specified as:
201 - A list or tuple of instances of plotly.graph_objs.layout.template.data.Choropleth
202 - A list or tuple of dicts of string/value properties that
203 will be passed to the Choropleth constructor
204
205 Returns
206 -------
207 tuple[plotly.graph_objs.layout.template.data.Choropleth]
208 """
209 return self["choropleth"]
210
211 @choropleth.setter
212 def choropleth(self, val):

Callers 1

plotly-express.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected