MCPcopy Create free account
hub / github.com/plotly/plotly.py / Scatterternary

Class Scatterternary

plotly/graph_objs/_scatterternary.py:8–1984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class Scatterternary(_BaseTraceType):
9 _parent_path_str = ""
10 _path_str = "scatterternary"
11 _valid_props = {
12 "a",
13 "asrc",
14 "b",
15 "bsrc",
16 "c",
17 "cliponaxis",
18 "connectgaps",
19 "csrc",
20 "customdata",
21 "customdatasrc",
22 "fill",
23 "fillcolor",
24 "hoverinfo",
25 "hoverinfosrc",
26 "hoverlabel",
27 "hoveron",
28 "hovertemplate",
29 "hovertemplatefallback",
30 "hovertemplatesrc",
31 "hovertext",
32 "hovertextsrc",
33 "ids",
34 "idssrc",
35 "legend",
36 "legendgroup",
37 "legendgrouptitle",
38 "legendrank",
39 "legendwidth",
40 "line",
41 "marker",
42 "meta",
43 "metasrc",
44 "mode",
45 "name",
46 "opacity",
47 "selected",
48 "selectedpoints",
49 "showlegend",
50 "stream",
51 "subplot",
52 "sum",
53 "text",
54 "textfont",
55 "textposition",
56 "textpositionsrc",
57 "textsrc",
58 "texttemplate",
59 "texttemplatefallback",
60 "texttemplatesrc",
61 "type",
62 "uid",
63 "uirevision",
64 "unselected",
65 "visible",

Callers 2

add_scatterternaryMethod · 0.90
add_scatterternaryMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected