File tree Expand file tree Collapse file tree 2 files changed +135
-0
lines changed Expand file tree Collapse file tree 2 files changed +135
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "data" : [
3+ {
4+ "x" : [
5+ 1 ,
6+ 2 ,
7+ 3
8+ ],
9+ "y" : [
10+ 2 ,
11+ 1 ,
12+ 2
13+ ],
14+ "legendgroup" : " group" ,
15+ "uid" : " d036e4"
16+ },
17+ {
18+ "type" : " scatter3d" ,
19+ "x" : [
20+ 1 ,
21+ 2 ,
22+ 3
23+ ],
24+ "y" : [
25+ 1 ,
26+ 2 ,
27+ 3
28+ ],
29+ "z" : [
30+ 2 ,
31+ 1 ,
32+ 2
33+ ],
34+ "legendgroup" : " group" ,
35+ "uid" : " a4b919"
36+ },
37+ {
38+ "type" : " scattergeo" ,
39+ "mode" : " markers+lines" ,
40+ "lon" : [
41+ -100 ,
42+ 0 ,
43+ 100
44+ ],
45+ "lat" : [
46+ -45 ,
47+ 0 ,
48+ 45
49+ ],
50+ "uid" : " cdc474"
51+ },
52+ {
53+ "type" : " pie" ,
54+ "labels" : [
55+ 1 ,
56+ 2 ,
57+ 3
58+ ],
59+ "values" : [
60+ 1 ,
61+ 2 ,
62+ 3
63+ ],
64+ "domain" : {
65+ "x" : [
66+ 0.5 ,
67+ 1
68+ ],
69+ "y" : [
70+ 0.5 ,
71+ 1
72+ ]
73+ },
74+ "uid" : " 586104"
75+ }
76+ ],
77+ "layout" : {
78+ "xaxis" : {
79+ "domain" : [
80+ 0 ,
81+ 0.5
82+ ],
83+ "type" : " linear" ,
84+ "range" : [
85+ 0.8603667136812412 ,
86+ 3.139633286318759
87+ ],
88+ "autorange" : true
89+ },
90+ "yaxis" : {
91+ "domain" : [
92+ 0 ,
93+ 0.5
94+ ],
95+ "type" : " linear" ,
96+ "range" : [
97+ 0.9078947368421053 ,
98+ 2.0921052631578947
99+ ],
100+ "autorange" : true
101+ },
102+ "scene" : {
103+ "domain" : {
104+ "x" : [
105+ 0 ,
106+ 0.5
107+ ],
108+ "y" : [
109+ 0.5 ,
110+ 1
111+ ]
112+ },
113+ "aspectratio" : {
114+ "x" : 1.2599210498948732 ,
115+ "y" : 1.2599210498948732 ,
116+ "z" : 0.6299605249474366
117+ }
118+ },
119+ "geo" : {
120+ "domain" : {
121+ "x" : [
122+ 0.5 ,
123+ 1
124+ ],
125+ "y" : [
126+ 0 ,
127+ 0.5
128+ ]
129+ }
130+ },
131+ "height" : 450 ,
132+ "width" : 1000 ,
133+ "autosize" : true
134+ }
135+ }
You can’t perform that action at this time.
0 commit comments