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

Class Choroplethmapbox

plotly/graph_objs/_choroplethmapbox.py:9–1824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9class Choroplethmapbox(_BaseTraceType):
10 _parent_path_str = ""
11 _path_str = "choroplethmapbox"
12 _valid_props = {
13 "autocolorscale",
14 "below",
15 "coloraxis",
16 "colorbar",
17 "colorscale",
18 "customdata",
19 "customdatasrc",
20 "featureidkey",
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 "locations",
38 "locationssrc",
39 "marker",
40 "meta",
41 "metasrc",
42 "name",
43 "reversescale",
44 "selected",
45 "selectedpoints",
46 "showlegend",
47 "showscale",
48 "stream",
49 "subplot",
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_choroplethmapboxMethod · 0.90
add_choroplethmapboxMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected