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