Skip to content

Commit 41e588d

Browse files
committed
Add outputs from an earlier test/implementation
1 parent 2ae19b1 commit 41e588d

4 files changed

+124
-0
lines changed
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
4.2
6+
],
7+
"y": [
8+
0.38
9+
],
10+
"mode": "markers",
11+
"name": "Paraguay",
12+
"text": "size: 7",
13+
"marker": {
14+
"color": "rgb(248,118,109)",
15+
"size": [
16+
2.5
17+
],
18+
"symbol": "circle",
19+
"line": {
20+
"width": 0
21+
},
22+
"opacity": 1,
23+
"sizeref": 1,
24+
"sizemode": "area"
25+
},
26+
"xaxis": "x1",
27+
"yaxis": "y1",
28+
"type": "scatter"
29+
},
30+
{
31+
"x": [
32+
1.75
33+
],
34+
"y": [
35+
1.67
36+
],
37+
"mode": "markers",
38+
"name": "Peru",
39+
"text": "size: 31",
40+
"marker": {
41+
"color": "rgb(0,186,56)",
42+
"size": [
43+
15.26595744680851
44+
],
45+
"symbol": "circle",
46+
"line": {
47+
"width": 0
48+
},
49+
"opacity": 1,
50+
"sizeref": 1,
51+
"sizemode": "area"
52+
},
53+
"xaxis": "x1",
54+
"yaxis": "y1",
55+
"type": "scatter"
56+
},
57+
{
58+
"x": [
59+
1.33
60+
],
61+
"y": [
62+
0.43
63+
],
64+
"mode": "markers",
65+
"name": "Philippines",
66+
"text": "size: 101",
67+
"marker": {
68+
"color": "rgb(97,156,255)",
69+
"size": [
70+
52.5
71+
],
72+
"symbol": "circle",
73+
"line": {
74+
"width": 0
75+
},
76+
"opacity": 1,
77+
"sizeref": 1,
78+
"sizemode": "area"
79+
},
80+
"xaxis": "x1",
81+
"yaxis": "y1",
82+
"type": "scatter"
83+
}
84+
],
85+
"layout": {
86+
"titlefont": {
87+
"family": ""
88+
},
89+
"showlegend": true,
90+
"xaxis": {
91+
"title": "edu",
92+
"type": "linear",
93+
"showgrid": true,
94+
"showline": false,
95+
"showticklabels": true,
96+
"tickcolor": "rgb(127,127,127)",
97+
"gridcolor": "rgb(255,255,255)"
98+
},
99+
"yaxis": {
100+
"title": "illn",
101+
"type": "linear",
102+
"showgrid": true,
103+
"showline": false,
104+
"showticklabels": true,
105+
"tickcolor": "rgb(127,127,127)",
106+
"gridcolor": "rgb(255,255,255)"
107+
},
108+
"legend": {
109+
"x": 100,
110+
"y": 0.5,
111+
"font": {
112+
"family": ""
113+
},
114+
"bgcolor": "rgb(255,255,255)",
115+
"bordercolor": "transparent"
116+
},
117+
"margin": {
118+
"r": 10
119+
},
120+
"paper_bgcolor": "rgb(255,255,255)",
121+
"plot_bgcolor": "rgb(229,229,229)"
122+
}
123+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://plot.ly/~TestBot/559

0 commit comments

Comments
 (0)