Skip to content

Commit 4881c75

Browse files
committed
Include new image files related to text-colour
1 parent db7a579 commit 4881c75

4 files changed

+111
-0
lines changed
Loading
Loading
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
1.561284,
6+
6.088862,
7+
9.978292,
8+
15.454877
9+
],
10+
"y": [
11+
0.222879,
12+
0.8343259,
13+
-3.6507234,
14+
-4.8520206
15+
],
16+
"mode": "text",
17+
"name": "East South Central",
18+
"text": [
19+
"HUNTSVILLE",
20+
"MOBILE",
21+
"BIRMINGHAM",
22+
"MONTGOMERY"
23+
],
24+
"textfont": {
25+
"color": "#F8766D"
26+
},
27+
"xaxis": "x1",
28+
"yaxis": "y1",
29+
"type": "scatter"
30+
},
31+
{
32+
"x": [
33+
23.225289,
34+
-7.283954
35+
],
36+
"y": [
37+
-0.443865,
38+
9.1252792
39+
],
40+
"mode": "text",
41+
"name": "Mountain",
42+
"text": [
43+
"TUCSON",
44+
"PEORIA"
45+
],
46+
"textfont": {
47+
"color": "#00BFC4"
48+
},
49+
"xaxis": "x1",
50+
"yaxis": "y1",
51+
"type": "scatter"
52+
}
53+
],
54+
"layout": {
55+
"titlefont": {
56+
"family": ""
57+
},
58+
"showlegend": true,
59+
"xaxis": {
60+
"title": "coord.1",
61+
"type": "linear",
62+
"showgrid": true,
63+
"zeroline": false,
64+
"showline": false,
65+
"ticks": "outside",
66+
"showticklabels": true,
67+
"tickcolor": "rgb(127,127,127)",
68+
"gridcolor": "rgb(255,255,255)"
69+
},
70+
"yaxis": {
71+
"title": "coord.2",
72+
"type": "linear",
73+
"showgrid": true,
74+
"zeroline": false,
75+
"showline": false,
76+
"ticks": "outside",
77+
"showticklabels": true,
78+
"tickcolor": "rgb(127,127,127)",
79+
"gridcolor": "rgb(255,255,255)"
80+
},
81+
"legend": {
82+
"x": 1.05,
83+
"y": 0.5,
84+
"font": {
85+
"family": ""
86+
},
87+
"bgcolor": "rgb(255,255,255)",
88+
"bordercolor": "transparent",
89+
"xanchor": "center",
90+
"yanchor": "top"
91+
},
92+
"annotations": [
93+
{
94+
"x": 1.05,
95+
"y": 0.52,
96+
"xref": "paper",
97+
"yref": "paper",
98+
"text": "<b>Division</b>",
99+
"showarrow": false,
100+
"xanchor": "center",
101+
"textangle": 0
102+
}
103+
],
104+
"margin": {
105+
"r": 10
106+
},
107+
"paper_bgcolor": "rgb(255,255,255)",
108+
"plot_bgcolor": "rgb(229,229,229)"
109+
}
110+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://plot.ly/~TestBot/810

0 commit comments

Comments
 (0)