forked from plotly/plotly.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKEY_TO_NAME.json
More file actions
40 lines (40 loc) · 1013 Bytes
/
KEY_TO_NAME.json
File metadata and controls
40 lines (40 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"stream": "Stream",
"scene": "Scene",
"surface": "Surface",
"radialaxis": "RadialAxis",
"titlefont": "Font",
"marker": "Marker",
"font": "Font",
"angularaxis": "AngularAxis",
"contour": "Contour",
"error_x": "ErrorX",
"error_y": "ErrorY",
"error_z": "ErrorZ",
"area": "Area",
"annotation": "Annotation",
"heatmap": "Heatmap",
"zaxis": "ZAxis",
"contours": "Contours",
"xaxis": "XAxis",
"figure": "Figure",
"scatter3d": "Scatter3d",
"annotations": "Annotations",
"tickfont": "Font",
"textfont": "Font",
"histogram2d": "Histogram2d",
"xbins": "XBins",
"layout": "Layout",
"line": "Line",
"histogram": "Histogram",
"data": "Data",
"legend": "Legend",
"ybins": "YBins",
"box": "Box",
"bar": "Bar",
"yaxis": "YAxis",
"margin": "Margin",
"colorbar": "ColorBar",
"histogram2dcontour": "Histogram2dContour",
"scatter": "Scatter"
}