File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 25
25
AngularAxis
26
26
ColorBar
27
27
Contours
28
+ ErrorX
28
29
ErrorY
29
30
Figure
30
31
Font
58
59
"AngularAxis" ,
59
60
"ColorBar" ,
60
61
"Contours" ,
62
+ "ErrorX" ,
61
63
"ErrorY" ,
62
64
"Figure" ,
63
65
"Font" ,
Original file line number Diff line number Diff line change 43
43
"AngularAxis" ,
44
44
"ColorBar" ,
45
45
"Contours" ,
46
+ "ErrorX" ,
46
47
"ErrorY" ,
47
48
"Figure" ,
48
49
"Font" ,
90
91
annotation = 'Annotation' ,
91
92
colorbar = 'ColorBar' ,
92
93
contours = 'Contours' ,
94
+ error_x = 'ErrorX' ,
93
95
error_y = 'ErrorY' ,
94
96
figure = 'Figure' ,
95
97
font = 'Font' ,
131
133
Annotation = 'annotation' ,
132
134
ColorBar = 'colorbar' ,
133
135
Contours = 'contours' ,
136
+ ErrorX = 'error_x' ,
134
137
ErrorY = 'error_y' ,
135
138
Figure = 'figure' ,
136
139
Font = 'font' ,
@@ -1113,6 +1116,12 @@ class Contours(PlotlyDict): # TODO: ?
1113
1116
1114
1117
"""
1115
1118
1119
+ class ErrorX (PlotlyDict ):
1120
+ """A dictionary-like object for representing a set of errorx bars in plotly.
1121
+
1122
+ """
1123
+ pass
1124
+
1116
1125
1117
1126
class ErrorY (PlotlyDict ):
1118
1127
"""A dictionary-like object for representing a set of errory bars in plotly.
@@ -1374,6 +1383,7 @@ class YBins(PlotlyDict):
1374
1383
Annotation = Annotation ,
1375
1384
ColorBar = ColorBar ,
1376
1385
Contours = Contours ,
1386
+ ErrorX = ErrorX ,
1377
1387
ErrorY = ErrorY ,
1378
1388
Figure = Figure ,
1379
1389
Font = Font ,
You can’t perform that action at this time.
0 commit comments