File tree 6 files changed +873
-173
lines changed
6 files changed +873
-173
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"stream" : " Stream" ,
3
+ "scene" : " Scene" ,
4
+ "surface" : " Surface" ,
3
5
"radialaxis" : " RadialAxis" ,
4
6
"titlefont" : " Font" ,
5
7
"marker" : " Marker" ,
6
8
"font" : " Font" ,
7
9
"angularaxis" : " AngularAxis" ,
10
+ "contour" : " Contour" ,
8
11
"error_x" : " ErrorX" ,
9
12
"error_y" : " ErrorY" ,
13
+ "error_z" : " ErrorZ" ,
10
14
"area" : " Area" ,
11
- "contour " : " Contour " ,
15
+ "annotation " : " Annotation " ,
12
16
"heatmap" : " Heatmap" ,
17
+ "zaxis" : " ZAxis" ,
13
18
"contours" : " Contours" ,
14
19
"xaxis" : " XAxis" ,
15
20
"figure" : " Figure" ,
16
- "annotation " : " Annotation " ,
21
+ "scatter3d " : " Scatter3d " ,
17
22
"annotations" : " Annotations" ,
18
23
"tickfont" : " Font" ,
19
24
"textfont" : " Font" ,
Original file line number Diff line number Diff line change 5
5
"Heatmap" : " heatmap" ,
6
6
"Contours" : " contours" ,
7
7
"XBins" : " xbins" ,
8
+ "Scatter3d" : " scatter3d" ,
8
9
"Histogram" : " histogram" ,
9
10
"Annotations" : " annotations" ,
10
11
"YBins" : " ybins" ,
11
12
"YAxis" : " yaxis" ,
12
13
"ErrorX" : " error_x" ,
13
14
"ErrorY" : " error_y" ,
15
+ "ErrorZ" : " error_z" ,
14
16
"Histogram2d" : " histogram2d" ,
15
17
"ColorBar" : " colorbar" ,
16
18
"Line" : " line" ,
23
25
"Scatter" : " scatter" ,
24
26
"Figure" : " figure" ,
25
27
"Stream" : " stream" ,
28
+ "Scene" : " scene" ,
29
+ "Surface" : " surface" ,
26
30
"Annotation" : " annotation" ,
31
+ "ZAxis" : " zaxis" ,
27
32
"XAxis" : " xaxis" ,
28
33
"Marker" : " marker" ,
29
34
"Font" : " font" ,
Original file line number Diff line number Diff line change 23
23
"info_key" : " xbins" ,
24
24
"base_name" : " PlotlyDict"
25
25
},
26
+ "Scatter3d" : {
27
+ "info_key" : " scatter3d" ,
28
+ "base_name" : " PlotlyTrace"
29
+ },
26
30
"Histogram" : {
27
31
"info_key" : " histogram" ,
28
32
"base_name" : " PlotlyTrace"
47
51
"info_key" : " error_y" ,
48
52
"base_name" : " PlotlyDict"
49
53
},
54
+ "ErrorZ" : {
55
+ "info_key" : " error_z" ,
56
+ "base_name" : " PlotlyDict"
57
+ },
50
58
"Histogram2d" : {
51
59
"info_key" : " histogram2d" ,
52
60
"base_name" : " PlotlyTrace"
95
103
"info_key" : " stream" ,
96
104
"base_name" : " PlotlyDict"
97
105
},
106
+ "Scene" : {
107
+ "info_key" : " scene" ,
108
+ "base_name" : " PlotlyDict"
109
+ },
110
+ "Surface" : {
111
+ "info_key" : " surface" ,
112
+ "base_name" : " PlotlyTrace"
113
+ },
98
114
"Annotation" : {
99
115
"info_key" : " annotation" ,
100
116
"base_name" : " PlotlyDict"
101
117
},
118
+ "ZAxis" : {
119
+ "info_key" : " zaxis" ,
120
+ "base_name" : " PlotlyDict"
121
+ },
102
122
"XAxis" : {
103
123
"info_key" : " xaxis" ,
104
124
"base_name" : " PlotlyDict"
You can’t perform that action at this time.
0 commit comments