We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54e70d commit c6856d0Copy full SHA for c6856d0
test/image/mocks/gl2d_error_bars_log.json
@@ -0,0 +1,10 @@
1
+{
2
+ "data": [{
3
+ "type": "scattergl",
4
+ "y": [10, 2e4, 5e6],
5
+ "error_y": {"array": [5, 1e4, 4e6]}
6
+ }],
7
+ "layout": {
8
+ "yaxis": {"type": "log"}
9
+ }
10
+}
0 commit comments