File tree Expand file tree Collapse file tree 1 file changed +21
-14
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +21
-14
lines changed
Original file line number Diff line number Diff line change 17
17
"xaxis" : " x2" ,
18
18
"yaxis" : " y2" ,
19
19
"x" : [
20
- 0 ,
21
- 10
20
+ " a" ,
21
+ " b" ,
22
+ " c" ,
23
+ " d" ,
24
+ " e"
22
25
],
23
26
"y" : [
24
27
1e-1 ,
25
- 1e+6
28
+ 10 ,
29
+ 1e+3 ,
30
+ 1e+5 ,
31
+ 1e+7
26
32
],
27
33
"mode" : " markers"
28
34
},
85
91
0.525 ,
86
92
1
87
93
],
94
+ "type" : " category" ,
88
95
"gridcolor" : " white"
89
96
},
90
97
"yaxis2" : {
201
208
},
202
209
{
203
210
"label" : {
204
- "texttemplate" : " dy: %{dy:.2f}<br> dx: %{dx:.2f}<br>slope: %{slope:.2f}<br>length: %{length:.2f}<br>" ,
211
+ "texttemplate" : " x0: %{x0}, x1: %{x1}<br> dy: %{dy:.2f}, dx: %{dx:.2f}<br>slope: %{slope:.2f}<br>length: %{length:.2f}<br>" ,
205
212
"textposition" : " start" ,
206
213
"yanchor" : " top"
207
214
},
208
215
"layer" : " above" ,
209
216
"xref" : " x2" ,
210
217
"yref" : " y2" ,
211
- "x0" : 1 ,
212
- "x1" : 10 ,
213
- "y0" : 1000000 ,
214
- "y1" : 10000 ,
218
+ "x0" : " b " ,
219
+ "x1" : " d " ,
220
+ "y0" : 1e+7 ,
221
+ "y1" : 1e+5 ,
215
222
"type" : " line" ,
216
223
"opacity" : 0.5 ,
217
224
"line" : {
222
229
},
223
230
{
224
231
"label" : {
225
- "texttemplate" : " x0: %{x0:.2f }<br>x1: %{x1:.2f }<br>xcenter: %{xcenter:.2f }<br>dx: %{dx:.2f}<br>width: %{width:.2f}<br><br>y0: %{y0:.2f}<br>y1: %{y1:.2f}<br>ycenter: %{ycenter:.2f}<br>dy: %{dy:.2f}<br>height: %{height:.2f}"
232
+ "texttemplate" : " x0: %{x0}<br>x1: %{x1}<br>xcenter: %{xcenter}<br>dx: %{dx:.2f}<br>width: %{width:.2f}<br><br>y0: %{y0:.2f}<br>y1: %{y1:.2f}<br>ycenter: %{ycenter:.2f}<br>dy: %{dy:.2f}<br>height: %{height:.2f}"
226
233
},
227
234
"layer" : " above" ,
228
235
"xref" : " x2" ,
229
236
"yref" : " y2" ,
230
- "x0" : 2 ,
231
- "x1" : 6.5 ,
232
- "y0" : 1 ,
233
- "y1" : 20000 ,
237
+ "x0" : " b " ,
238
+ "x1" : " e " ,
239
+ "y0" : 0. 1 ,
240
+ "y1" : 2e+4 ,
234
241
"type" : " circle" ,
235
242
"line" : {
236
243
"width" : 2 ,
240
247
},
241
248
{
242
249
"label" : {
243
- "texttemplate" : " dy: %{dy:.2f}<br> dx: %{dx:.2f}<br>slope: %{slope:.2f}<br>length: %{length:.2f}" ,
250
+ "texttemplate" : " dy: %{dy:.2f}, dx: %{dx:.2f}<br>slope: %{slope:.2f}<br>length: %{length:.2f}" ,
244
251
"textposition" : " start" ,
245
252
"yanchor" : " top"
246
253
},
You can’t perform that action at this time.
0 commit comments