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

Class Choropleth

plotly/graph_objs/_choropleth.py:9–1829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9class Choropleth(_BaseTraceType):
10 _parent_path_str = ""
11 _path_str = "choropleth"
12 _valid_props = {
13 "autocolorscale",
14 "coloraxis",
15 "colorbar",
16 "colorscale",
17 "customdata",
18 "customdatasrc",
19 "featureidkey",
20 "geo",
21 "geojson",
22 "hoverinfo",
23 "hoverinfosrc",
24 "hoverlabel",
25 "hovertemplate",
26 "hovertemplatefallback",
27 "hovertemplatesrc",
28 "hovertext",
29 "hovertextsrc",
30 "ids",
31 "idssrc",
32 "legend",
33 "legendgroup",
34 "legendgrouptitle",
35 "legendrank",
36 "legendwidth",
37 "locationmode",
38 "locations",
39 "locationssrc",
40 "marker",
41 "meta",
42 "metasrc",
43 "name",
44 "reversescale",
45 "selected",
46 "selectedpoints",
47 "showlegend",
48 "showscale",
49 "stream",
50 "text",
51 "textsrc",
52 "type",
53 "uid",
54 "uirevision",
55 "unselected",
56 "visible",
57 "z",
58 "zauto",
59 "zmax",
60 "zmid",
61 "zmin",
62 "zsrc",
63 }
64
65 @property
66 def autocolorscale(self):

Callers 2

add_choroplethMethod · 0.90
add_choroplethMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected