Created
August 30, 2024 20:35
-
-
Save empet/28ca3b5c2b5da1d08051da956d302bc8 to your computer and use it in GitHub Desktop.
US Presidential Election Results, 1976-2020
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "code", | |
"execution_count": 1, | |
"id": "5555433f", | |
"metadata": { | |
"scrolled": true | |
}, | |
"outputs": [ | |
{ | |
"data": { | |
"application/vnd.webio.node+json": { | |
"children": [], | |
"instanceArgs": { | |
"namespace": "html", | |
"tag": "div" | |
}, | |
"nodeType": "DOM", | |
"props": {}, | |
"type": "node" | |
}, | |
"text/html": [ | |
"<div style=\"padding: 1em; background-color: #f8d6da; border: 1px solid #f5c6cb; font-weight: bold;\">\n", | |
"<p>The WebIO Jupyter extension was not detected. See the\n", | |
"<a href=\"https://juliagizmos.github.io/WebIO.jl/latest/providers/ijulia/\" target=\"_blank\">\n", | |
" WebIO Jupyter integration documentation\n", | |
"</a>\n", | |
"for more information.\n", | |
"</div>\n" | |
], | |
"text/plain": [ | |
"WebIO._IJuliaInit()" | |
] | |
}, | |
"metadata": { | |
"application/vnd.webio.node+json": { | |
"kernelId": "3b96fca5-23c5-4929-9817-b63ef66e33d0" | |
} | |
}, | |
"output_type": "display_data" | |
} | |
], | |
"source": [ | |
"using CSV, DataFrames, JSON, PlotlyJS\n", | |
"include(\"FuncsPresElection.jl\");" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 2, | |
"id": "07bb330f", | |
"metadata": { | |
"scrolled": false | |
}, | |
"outputs": [ | |
{ | |
"data": { | |
"application/vnd.plotly.v1+json": { | |
"config": { | |
"editable": false, | |
"responsive": true, | |
"scrollZoom": true, | |
"showLink": false, | |
"staticPlot": false | |
}, | |
"data": [ | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Alaska</b>", | |
"text": [ | |
"36%", | |
"58%", | |
"6%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x", | |
"y": [ | |
36, | |
58, | |
6 | |
], | |
"yaxis": "y" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Maine</b>", | |
"text": [ | |
"48%", | |
"49%", | |
"3%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x11", | |
"y": [ | |
48, | |
49, | |
3 | |
], | |
"yaxis": "y11" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Wisconsin</b>", | |
"text": [ | |
"50%", | |
"48%", | |
"3%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x17", | |
"y": [ | |
50, | |
48, | |
3 | |
], | |
"yaxis": "y17" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Vermont</b>", | |
"text": [ | |
"42%", | |
"55%", | |
"3%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x21", | |
"y": [ | |
42, | |
55, | |
3 | |
], | |
"yaxis": "y21" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>New Hampshire</b>", | |
"text": [ | |
"43%", | |
"55%", | |
"2%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x22", | |
"y": [ | |
43, | |
55, | |
2 | |
], | |
"yaxis": "y22" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Washington</b>", | |
"text": [ | |
"46%", | |
"50%", | |
"4%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x23", | |
"y": [ | |
46, | |
50, | |
4 | |
], | |
"yaxis": "y23" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Idaho</b>", | |
"text": [ | |
"37%", | |
"60%", | |
"3%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x24", | |
"y": [ | |
37, | |
60, | |
3 | |
], | |
"yaxis": "y24" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Montana</b>", | |
"text": [ | |
"45%", | |
"53%", | |
"2%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x25", | |
"y": [ | |
45, | |
53, | |
2 | |
], | |
"yaxis": "y25" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>North Dakota</b>", | |
"text": [ | |
"46%", | |
"52%", | |
"3%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x26", | |
"y": [ | |
46, | |
52, | |
3 | |
], | |
"yaxis": "y26" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Minnesota</b>", | |
"text": [ | |
"55%", | |
"42%", | |
"3%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x27", | |
"y": [ | |
55, | |
42, | |
3 | |
], | |
"yaxis": "y27" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Illinois</b>", | |
"text": [ | |
"48%", | |
"50%", | |
"2%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x28", | |
"y": [ | |
48, | |
50, | |
2 | |
], | |
"yaxis": "y28" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Michigan</b>", | |
"text": [ | |
"46%", | |
"52%", | |
"2%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x29", | |
"y": [ | |
46, | |
52, | |
2 | |
], | |
"yaxis": "y29" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>New York</b>", | |
"text": [ | |
"49%", | |
"42%", | |
"9%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x31", | |
"y": [ | |
49, | |
42, | |
9 | |
], | |
"yaxis": "y31" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Massachusetts</b>", | |
"text": [ | |
"56%", | |
"40%", | |
"3%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x32", | |
"y": [ | |
56, | |
40, | |
3 | |
], | |
"yaxis": "y32" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Oregon</b>", | |
"text": [ | |
"48%", | |
"48%", | |
"5%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x34", | |
"y": [ | |
48, | |
48, | |
5 | |
], | |
"yaxis": "y34" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Nevada</b>", | |
"text": [ | |
"46%", | |
"50%", | |
"4%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x35", | |
"y": [ | |
46, | |
50, | |
4 | |
], | |
"yaxis": "y35" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Wyoming</b>", | |
"text": [ | |
"40%", | |
"59%", | |
"1%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x36", | |
"y": [ | |
40, | |
59, | |
1 | |
], | |
"yaxis": "y36" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>South Dakota</b>", | |
"text": [ | |
"49%", | |
"50%", | |
"1%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x37", | |
"y": [ | |
49, | |
50, | |
1 | |
], | |
"yaxis": "y37" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Iowa</b>", | |
"text": [ | |
"48%", | |
"49%", | |
"2%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x38", | |
"y": [ | |
48, | |
49, | |
2 | |
], | |
"yaxis": "y38" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Indiana</b>", | |
"text": [ | |
"46%", | |
"53%", | |
"1%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x39", | |
"y": [ | |
46, | |
53, | |
1 | |
], | |
"yaxis": "y39" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Ohio</b>", | |
"text": [ | |
"49%", | |
"49%", | |
"2%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x40", | |
"y": [ | |
49, | |
49, | |
2 | |
], | |
"yaxis": "y40" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Pennsylvania</b>", | |
"text": [ | |
"50%", | |
"48%", | |
"2%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x41", | |
"y": [ | |
50, | |
48, | |
2 | |
], | |
"yaxis": "y41" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>New Jersey</b>", | |
"text": [ | |
"48%", | |
"50%", | |
"2%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x42", | |
"y": [ | |
48, | |
50, | |
2 | |
], | |
"yaxis": "y42" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Connecticut</b>", | |
"text": [ | |
"47%", | |
"52%", | |
"1%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x43", | |
"y": [ | |
47, | |
52, | |
1 | |
], | |
"yaxis": "y43" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Rhode Island</b>", | |
"text": [ | |
"55%", | |
"44%", | |
"0%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x44", | |
"y": [ | |
55, | |
44, | |
0 | |
], | |
"yaxis": "y44" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>California</b>", | |
"text": [ | |
"48%", | |
"50%", | |
"2%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x45", | |
"y": [ | |
48, | |
50, | |
2 | |
], | |
"yaxis": "y45" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Utah</b>", | |
"text": [ | |
"34%", | |
"62%", | |
"4%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x46", | |
"y": [ | |
34, | |
62, | |
4 | |
], | |
"yaxis": "y46" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Colorado</b>", | |
"text": [ | |
"43%", | |
"54%", | |
"3%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x47", | |
"y": [ | |
43, | |
54, | |
3 | |
], | |
"yaxis": "y47" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Nebraska</b>", | |
"text": [ | |
"38%", | |
"59%", | |
"2%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x48", | |
"y": [ | |
38, | |
59, | |
2 | |
], | |
"yaxis": "y48" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Missouri</b>", | |
"text": [ | |
"51%", | |
"47%", | |
"1%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x49", | |
"y": [ | |
51, | |
47, | |
1 | |
], | |
"yaxis": "y49" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Kentucky</b>", | |
"text": [ | |
"53%", | |
"46%", | |
"2%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x50", | |
"y": [ | |
53, | |
46, | |
2 | |
], | |
"yaxis": "y50" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>West Virginia</b>", | |
"text": [ | |
"58%", | |
"42%", | |
"0%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x51", | |
"y": [ | |
58, | |
42, | |
0 | |
], | |
"yaxis": "y51" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Virginia</b>", | |
"text": [ | |
"48%", | |
"49%", | |
"3%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x52", | |
"y": [ | |
48, | |
49, | |
3 | |
], | |
"yaxis": "y52" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Maryland</b>", | |
"text": [ | |
"53%", | |
"47%", | |
"0%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x53", | |
"y": [ | |
53, | |
47, | |
0 | |
], | |
"yaxis": "y53" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Delaware</b>", | |
"text": [ | |
"52%", | |
"47%", | |
"1%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x54", | |
"y": [ | |
52, | |
47, | |
1 | |
], | |
"yaxis": "y54" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Arizona</b>", | |
"text": [ | |
"40%", | |
"56%", | |
"4%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x57", | |
"y": [ | |
40, | |
56, | |
4 | |
], | |
"yaxis": "y57" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>New Mexico</b>", | |
"text": [ | |
"48%", | |
"51%", | |
"1%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x58", | |
"y": [ | |
48, | |
51, | |
1 | |
], | |
"yaxis": "y58" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Kansas</b>", | |
"text": [ | |
"45%", | |
"52%", | |
"3%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x59", | |
"y": [ | |
45, | |
52, | |
3 | |
], | |
"yaxis": "y59" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Arkansas</b>", | |
"text": [ | |
"65%", | |
"35%", | |
"0%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x60", | |
"y": [ | |
65, | |
35, | |
0 | |
], | |
"yaxis": "y60" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Tennessee</b>", | |
"text": [ | |
"56%", | |
"43%", | |
"1%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x61", | |
"y": [ | |
56, | |
43, | |
1 | |
], | |
"yaxis": "y61" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>South Carolina</b>", | |
"text": [ | |
"56%", | |
"43%", | |
"1%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x62", | |
"y": [ | |
56, | |
43, | |
1 | |
], | |
"yaxis": "y62" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>North Carolina</b>", | |
"text": [ | |
"55%", | |
"44%", | |
"1%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x63", | |
"y": [ | |
55, | |
44, | |
1 | |
], | |
"yaxis": "y63" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>District of Columbia</b>", | |
"text": [ | |
"82%", | |
"17%", | |
"2%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x64", | |
"y": [ | |
82, | |
17, | |
2 | |
], | |
"yaxis": "y64" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Oklahoma</b>", | |
"text": [ | |
"49%", | |
"50%", | |
"1%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x70", | |
"y": [ | |
49, | |
50, | |
1 | |
], | |
"yaxis": "y70" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Louisiana</b>", | |
"text": [ | |
"52%", | |
"46%", | |
"2%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x71", | |
"y": [ | |
52, | |
46, | |
2 | |
], | |
"yaxis": "y71" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Mississippi</b>", | |
"text": [ | |
"50%", | |
"48%", | |
"3%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x72", | |
"y": [ | |
50, | |
48, | |
3 | |
], | |
"yaxis": "y72" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Alabama</b>", | |
"text": [ | |
"56%", | |
"43%", | |
"2%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x73", | |
"y": [ | |
56, | |
43, | |
2 | |
], | |
"yaxis": "y73" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Georgia</b>", | |
"text": [ | |
"67%", | |
"33%", | |
"0%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x74", | |
"y": [ | |
67, | |
33, | |
0 | |
], | |
"yaxis": "y74" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Hawaii</b>", | |
"text": [ | |
"51%", | |
"48%", | |
"1%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x78", | |
"y": [ | |
51, | |
48, | |
1 | |
], | |
"yaxis": "y78" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Texas</b>", | |
"text": [ | |
"51%", | |
"48%", | |
"1%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x81", | |
"y": [ | |
51, | |
48, | |
1 | |
], | |
"yaxis": "y81" | |
}, | |
{ | |
"hoverinfo": "x+text", | |
"marker": { | |
"color": [ | |
"#000096", | |
"#C0223B", | |
"#899499" | |
] | |
}, | |
"name": "<b>Florida</b>", | |
"text": [ | |
"52%", | |
"47%", | |
"1%" | |
], | |
"type": "bar", | |
"x": [ | |
"Dem", | |
"Rep", | |
"Other" | |
], | |
"xaxis": "x86", | |
"y": [ | |
52, | |
47, | |
1 | |
], | |
"yaxis": "y86" | |
} | |
], | |
"frames": [ | |
{ | |
"data": [ | |
{ | |
"text": [ | |
"36%", | |
"58%", | |
"6%" | |
], | |
"y": [ | |
36, | |
58, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"49%", | |
"3%" | |
], | |
"y": [ | |
48, | |
49, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"48%", | |
"3%" | |
], | |
"y": [ | |
50, | |
48, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"55%", | |
"3%" | |
], | |
"y": [ | |
42, | |
55, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"55%", | |
"2%" | |
], | |
"y": [ | |
43, | |
55, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"50%", | |
"4%" | |
], | |
"y": [ | |
46, | |
50, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"60%", | |
"3%" | |
], | |
"y": [ | |
37, | |
60, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"53%", | |
"2%" | |
], | |
"y": [ | |
45, | |
53, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"52%", | |
"3%" | |
], | |
"y": [ | |
46, | |
52, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"55%", | |
"42%", | |
"3%" | |
], | |
"y": [ | |
55, | |
42, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"50%", | |
"2%" | |
], | |
"y": [ | |
48, | |
50, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"52%", | |
"2%" | |
], | |
"y": [ | |
46, | |
52, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"42%", | |
"9%" | |
], | |
"y": [ | |
49, | |
42, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"40%", | |
"3%" | |
], | |
"y": [ | |
56, | |
40, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"48%", | |
"5%" | |
], | |
"y": [ | |
48, | |
48, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"50%", | |
"4%" | |
], | |
"y": [ | |
46, | |
50, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"59%", | |
"1%" | |
], | |
"y": [ | |
40, | |
59, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"50%", | |
"1%" | |
], | |
"y": [ | |
49, | |
50, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"49%", | |
"2%" | |
], | |
"y": [ | |
48, | |
49, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"53%", | |
"1%" | |
], | |
"y": [ | |
46, | |
53, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"49%", | |
"2%" | |
], | |
"y": [ | |
49, | |
49, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"48%", | |
"2%" | |
], | |
"y": [ | |
50, | |
48, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"50%", | |
"2%" | |
], | |
"y": [ | |
48, | |
50, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"52%", | |
"1%" | |
], | |
"y": [ | |
47, | |
52, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"55%", | |
"44%", | |
"0%" | |
], | |
"y": [ | |
55, | |
44, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"50%", | |
"2%" | |
], | |
"y": [ | |
48, | |
50, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"34%", | |
"62%", | |
"4%" | |
], | |
"y": [ | |
34, | |
62, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"54%", | |
"3%" | |
], | |
"y": [ | |
43, | |
54, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"59%", | |
"2%" | |
], | |
"y": [ | |
38, | |
59, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"47%", | |
"1%" | |
], | |
"y": [ | |
51, | |
47, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"46%", | |
"2%" | |
], | |
"y": [ | |
53, | |
46, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"58%", | |
"42%", | |
"0%" | |
], | |
"y": [ | |
58, | |
42, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"49%", | |
"3%" | |
], | |
"y": [ | |
48, | |
49, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"47%", | |
"0%" | |
], | |
"y": [ | |
53, | |
47, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"47%", | |
"1%" | |
], | |
"y": [ | |
52, | |
47, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"56%", | |
"4%" | |
], | |
"y": [ | |
40, | |
56, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"51%", | |
"1%" | |
], | |
"y": [ | |
48, | |
51, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"52%", | |
"3%" | |
], | |
"y": [ | |
45, | |
52, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"65%", | |
"35%", | |
"0%" | |
], | |
"y": [ | |
65, | |
35, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"43%", | |
"1%" | |
], | |
"y": [ | |
56, | |
43, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"43%", | |
"1%" | |
], | |
"y": [ | |
56, | |
43, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"55%", | |
"44%", | |
"1%" | |
], | |
"y": [ | |
55, | |
44, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"82%", | |
"17%", | |
"2%" | |
], | |
"y": [ | |
82, | |
17, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"50%", | |
"1%" | |
], | |
"y": [ | |
49, | |
50, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"46%", | |
"2%" | |
], | |
"y": [ | |
52, | |
46, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"48%", | |
"3%" | |
], | |
"y": [ | |
50, | |
48, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"43%", | |
"2%" | |
], | |
"y": [ | |
56, | |
43, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"67%", | |
"33%", | |
"0%" | |
], | |
"y": [ | |
67, | |
33, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"48%", | |
"1%" | |
], | |
"y": [ | |
51, | |
48, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"48%", | |
"1%" | |
], | |
"y": [ | |
51, | |
48, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"47%", | |
"1%" | |
], | |
"y": [ | |
52, | |
47, | |
1 | |
] | |
} | |
], | |
"layout": { | |
"title": { | |
"text": "<b>1976 US Presidential Election<br>Democrat: CARTER, JIMMY, \n Republican: FORD, GERALD</b>" | |
} | |
}, | |
"name": "fr1", | |
"traces": [ | |
0, | |
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 | |
] | |
}, | |
{ | |
"data": [ | |
{ | |
"text": [ | |
"26%", | |
"54%", | |
"19%" | |
], | |
"y": [ | |
26, | |
54, | |
19 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"46%", | |
"12%" | |
], | |
"y": [ | |
42, | |
46, | |
12 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"48%", | |
"9%" | |
], | |
"y": [ | |
43, | |
48, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"44%", | |
"17%" | |
], | |
"y": [ | |
38, | |
44, | |
17 | |
] | |
}, | |
{ | |
"text": [ | |
"28%", | |
"58%", | |
"14%" | |
], | |
"y": [ | |
28, | |
58, | |
14 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"50%", | |
"13%" | |
], | |
"y": [ | |
37, | |
50, | |
13 | |
] | |
}, | |
{ | |
"text": [ | |
"25%", | |
"66%", | |
"8%" | |
], | |
"y": [ | |
25, | |
66, | |
8 | |
] | |
}, | |
{ | |
"text": [ | |
"32%", | |
"57%", | |
"11%" | |
], | |
"y": [ | |
32, | |
57, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"26%", | |
"64%", | |
"9%" | |
], | |
"y": [ | |
26, | |
64, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"43%", | |
"11%" | |
], | |
"y": [ | |
47, | |
43, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"50%", | |
"9%" | |
], | |
"y": [ | |
42, | |
50, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"49%", | |
"9%" | |
], | |
"y": [ | |
42, | |
49, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"43%", | |
"13%" | |
], | |
"y": [ | |
44, | |
43, | |
13 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"42%", | |
"16%" | |
], | |
"y": [ | |
42, | |
42, | |
16 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"48%", | |
"13%" | |
], | |
"y": [ | |
39, | |
48, | |
13 | |
] | |
}, | |
{ | |
"text": [ | |
"27%", | |
"64%", | |
"9%" | |
], | |
"y": [ | |
27, | |
64, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"28%", | |
"63%", | |
"9%" | |
], | |
"y": [ | |
28, | |
63, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"32%", | |
"61%", | |
"8%" | |
], | |
"y": [ | |
32, | |
61, | |
8 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"51%", | |
"10%" | |
], | |
"y": [ | |
39, | |
51, | |
10 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"56%", | |
"6%" | |
], | |
"y": [ | |
38, | |
56, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"52%", | |
"8%" | |
], | |
"y": [ | |
41, | |
52, | |
8 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"50%", | |
"8%" | |
], | |
"y": [ | |
42, | |
50, | |
8 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"52%", | |
"9%" | |
], | |
"y": [ | |
39, | |
52, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"48%", | |
"13%" | |
], | |
"y": [ | |
39, | |
48, | |
13 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"37%", | |
"15%" | |
], | |
"y": [ | |
48, | |
37, | |
15 | |
] | |
}, | |
{ | |
"text": [ | |
"36%", | |
"53%", | |
"11%" | |
], | |
"y": [ | |
36, | |
53, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"21%", | |
"73%", | |
"7%" | |
], | |
"y": [ | |
21, | |
73, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"31%", | |
"55%", | |
"14%" | |
], | |
"y": [ | |
31, | |
55, | |
14 | |
] | |
}, | |
{ | |
"text": [ | |
"26%", | |
"66%", | |
"8%" | |
], | |
"y": [ | |
26, | |
66, | |
8 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"51%", | |
"4%" | |
], | |
"y": [ | |
44, | |
51, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"49%", | |
"3%" | |
], | |
"y": [ | |
48, | |
49, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"45%", | |
"5%" | |
], | |
"y": [ | |
50, | |
45, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"53%", | |
"7%" | |
], | |
"y": [ | |
40, | |
53, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"44%", | |
"9%" | |
], | |
"y": [ | |
47, | |
44, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"47%", | |
"8%" | |
], | |
"y": [ | |
45, | |
47, | |
8 | |
] | |
}, | |
{ | |
"text": [ | |
"28%", | |
"61%", | |
"11%" | |
], | |
"y": [ | |
28, | |
61, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"55%", | |
"8%" | |
], | |
"y": [ | |
37, | |
55, | |
8 | |
] | |
}, | |
{ | |
"text": [ | |
"33%", | |
"58%", | |
"9%" | |
], | |
"y": [ | |
33, | |
58, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"48%", | |
"4%" | |
], | |
"y": [ | |
48, | |
48, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"49%", | |
"3%" | |
], | |
"y": [ | |
48, | |
49, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"49%", | |
"2%" | |
], | |
"y": [ | |
48, | |
49, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"49%", | |
"4%" | |
], | |
"y": [ | |
47, | |
49, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"75%", | |
"13%", | |
"12%" | |
], | |
"y": [ | |
75, | |
13, | |
12 | |
] | |
}, | |
{ | |
"text": [ | |
"35%", | |
"60%", | |
"5%" | |
], | |
"y": [ | |
35, | |
60, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"51%", | |
"3%" | |
], | |
"y": [ | |
46, | |
51, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"49%", | |
"2%" | |
], | |
"y": [ | |
48, | |
49, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"49%", | |
"4%" | |
], | |
"y": [ | |
47, | |
49, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"41%", | |
"3%" | |
], | |
"y": [ | |
56, | |
41, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"43%", | |
"12%" | |
], | |
"y": [ | |
45, | |
43, | |
12 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"55%", | |
"3%" | |
], | |
"y": [ | |
41, | |
55, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"56%", | |
"6%" | |
], | |
"y": [ | |
39, | |
56, | |
6 | |
] | |
} | |
], | |
"layout": { | |
"title": { | |
"text": "<b>1980 US Presidential Election<br>Democrat: CARTER, JIMMY, \n Republican: REAGAN, RONALD</b>" | |
} | |
}, | |
"name": "fr2", | |
"traces": [ | |
0, | |
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 | |
] | |
}, | |
{ | |
"data": [ | |
{ | |
"text": [ | |
"30%", | |
"67%", | |
"3%" | |
], | |
"y": [ | |
30, | |
67, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"61%", | |
"0%" | |
], | |
"y": [ | |
39, | |
61, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"54%", | |
"1%" | |
], | |
"y": [ | |
45, | |
54, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"58%", | |
"1%" | |
], | |
"y": [ | |
41, | |
58, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"31%", | |
"69%", | |
"0%" | |
], | |
"y": [ | |
31, | |
69, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"56%", | |
"1%" | |
], | |
"y": [ | |
43, | |
56, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"26%", | |
"72%", | |
"1%" | |
], | |
"y": [ | |
26, | |
72, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
38, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"34%", | |
"65%", | |
"1%" | |
], | |
"y": [ | |
34, | |
65, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"50%", | |
"1%" | |
], | |
"y": [ | |
50, | |
50, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"56%", | |
"1%" | |
], | |
"y": [ | |
43, | |
56, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"59%", | |
"1%" | |
], | |
"y": [ | |
40, | |
59, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"50%", | |
"6%" | |
], | |
"y": [ | |
44, | |
50, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"51%", | |
"0%" | |
], | |
"y": [ | |
48, | |
51, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"56%", | |
"0%" | |
], | |
"y": [ | |
44, | |
56, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"32%", | |
"67%", | |
"1%" | |
], | |
"y": [ | |
32, | |
67, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"28%", | |
"71%", | |
"1%" | |
], | |
"y": [ | |
28, | |
71, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"63%", | |
"0%" | |
], | |
"y": [ | |
37, | |
63, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"53%", | |
"1%" | |
], | |
"y": [ | |
46, | |
53, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"62%", | |
"1%" | |
], | |
"y": [ | |
38, | |
62, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"59%", | |
"1%" | |
], | |
"y": [ | |
40, | |
59, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"53%", | |
"1%" | |
], | |
"y": [ | |
46, | |
53, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
39, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"61%", | |
"0%" | |
], | |
"y": [ | |
39, | |
61, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"52%", | |
"0%" | |
], | |
"y": [ | |
48, | |
52, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"58%", | |
"1%" | |
], | |
"y": [ | |
41, | |
58, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"25%", | |
"75%", | |
"1%" | |
], | |
"y": [ | |
25, | |
75, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"35%", | |
"63%", | |
"1%" | |
], | |
"y": [ | |
35, | |
63, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"29%", | |
"71%", | |
"1%" | |
], | |
"y": [ | |
29, | |
71, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"60%", | |
"0%" | |
], | |
"y": [ | |
40, | |
60, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
39, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"55%", | |
"0%" | |
], | |
"y": [ | |
45, | |
55, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"62%", | |
"1%" | |
], | |
"y": [ | |
37, | |
62, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"53%", | |
"0%" | |
], | |
"y": [ | |
47, | |
53, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"60%", | |
"0%" | |
], | |
"y": [ | |
40, | |
60, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"33%", | |
"66%", | |
"1%" | |
], | |
"y": [ | |
33, | |
66, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
39, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"33%", | |
"66%", | |
"1%" | |
], | |
"y": [ | |
33, | |
66, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
38, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"58%", | |
"1%" | |
], | |
"y": [ | |
42, | |
58, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"36%", | |
"64%", | |
"1%" | |
], | |
"y": [ | |
36, | |
64, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"62%", | |
"0%" | |
], | |
"y": [ | |
38, | |
62, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"85%", | |
"14%", | |
"1%" | |
], | |
"y": [ | |
85, | |
14, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"31%", | |
"69%", | |
"1%" | |
], | |
"y": [ | |
31, | |
69, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"61%", | |
"1%" | |
], | |
"y": [ | |
38, | |
61, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"62%", | |
"1%" | |
], | |
"y": [ | |
37, | |
62, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"61%", | |
"1%" | |
], | |
"y": [ | |
38, | |
61, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"60%", | |
"0%" | |
], | |
"y": [ | |
40, | |
60, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"55%", | |
"1%" | |
], | |
"y": [ | |
44, | |
55, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"36%", | |
"64%", | |
"0%" | |
], | |
"y": [ | |
36, | |
64, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"35%", | |
"65%", | |
"0%" | |
], | |
"y": [ | |
35, | |
65, | |
0 | |
] | |
} | |
], | |
"layout": { | |
"title": { | |
"text": "<b>1984 US Presidential Election<br>Democrat: MONDALE, WALTER, \n Republican: REAGAN, RONALD</b>" | |
} | |
}, | |
"name": "fr3", | |
"traces": [ | |
0, | |
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 | |
] | |
}, | |
{ | |
"data": [ | |
{ | |
"text": [ | |
"36%", | |
"60%", | |
"4%" | |
], | |
"y": [ | |
36, | |
60, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"55%", | |
"1%" | |
], | |
"y": [ | |
44, | |
55, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"48%", | |
"1%" | |
], | |
"y": [ | |
51, | |
48, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"51%", | |
"1%" | |
], | |
"y": [ | |
48, | |
51, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"36%", | |
"62%", | |
"1%" | |
], | |
"y": [ | |
36, | |
62, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"48%", | |
"1%" | |
], | |
"y": [ | |
50, | |
48, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"36%", | |
"62%", | |
"2%" | |
], | |
"y": [ | |
36, | |
62, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"52%", | |
"2%" | |
], | |
"y": [ | |
46, | |
52, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"56%", | |
"1%" | |
], | |
"y": [ | |
43, | |
56, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"46%", | |
"1%" | |
], | |
"y": [ | |
53, | |
46, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"51%", | |
"1%" | |
], | |
"y": [ | |
49, | |
51, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"54%", | |
"1%" | |
], | |
"y": [ | |
46, | |
54, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"44%", | |
"6%" | |
], | |
"y": [ | |
50, | |
44, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"45%", | |
"1%" | |
], | |
"y": [ | |
53, | |
45, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"47%", | |
"2%" | |
], | |
"y": [ | |
51, | |
47, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
39, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"61%", | |
"1%" | |
], | |
"y": [ | |
38, | |
61, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"53%", | |
"1%" | |
], | |
"y": [ | |
47, | |
53, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"55%", | |
"44%", | |
"1%" | |
], | |
"y": [ | |
55, | |
44, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"60%", | |
"0%" | |
], | |
"y": [ | |
40, | |
60, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"55%", | |
"1%" | |
], | |
"y": [ | |
44, | |
55, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"51%", | |
"1%" | |
], | |
"y": [ | |
48, | |
51, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"56%", | |
"1%" | |
], | |
"y": [ | |
43, | |
56, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"52%", | |
"1%" | |
], | |
"y": [ | |
47, | |
52, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"44%", | |
"0%" | |
], | |
"y": [ | |
56, | |
44, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"51%", | |
"1%" | |
], | |
"y": [ | |
48, | |
51, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"32%", | |
"66%", | |
"2%" | |
], | |
"y": [ | |
32, | |
66, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"53%", | |
"2%" | |
], | |
"y": [ | |
45, | |
53, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
39, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"52%", | |
"0%" | |
], | |
"y": [ | |
48, | |
52, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"56%", | |
"1%" | |
], | |
"y": [ | |
44, | |
56, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"47%", | |
"0%" | |
], | |
"y": [ | |
52, | |
47, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
39, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"51%", | |
"1%" | |
], | |
"y": [ | |
48, | |
51, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"56%", | |
"1%" | |
], | |
"y": [ | |
43, | |
56, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
39, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"52%", | |
"1%" | |
], | |
"y": [ | |
47, | |
52, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"56%", | |
"2%" | |
], | |
"y": [ | |
43, | |
56, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"56%", | |
"1%" | |
], | |
"y": [ | |
42, | |
56, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"58%", | |
"1%" | |
], | |
"y": [ | |
42, | |
58, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"62%", | |
"1%" | |
], | |
"y": [ | |
38, | |
62, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"58%", | |
"0%" | |
], | |
"y": [ | |
42, | |
58, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"83%", | |
"14%", | |
"3%" | |
], | |
"y": [ | |
83, | |
14, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"58%", | |
"1%" | |
], | |
"y": [ | |
41, | |
58, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"54%", | |
"2%" | |
], | |
"y": [ | |
44, | |
54, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
39, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"59%", | |
"1%" | |
], | |
"y": [ | |
40, | |
59, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
39, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"45%", | |
"1%" | |
], | |
"y": [ | |
54, | |
45, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"56%", | |
"1%" | |
], | |
"y": [ | |
43, | |
56, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"61%", | |
"1%" | |
], | |
"y": [ | |
39, | |
61, | |
1 | |
] | |
} | |
], | |
"layout": { | |
"title": { | |
"text": "<b>1988 US Presidential Election<br>Democrat: DUKAKIS, MICHAEL, \n Republican: BUSH, GEORGE H.W.</b>" | |
} | |
}, | |
"name": "fr4", | |
"traces": [ | |
0, | |
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 | |
] | |
}, | |
{ | |
"data": [ | |
{ | |
"text": [ | |
"30%", | |
"39%", | |
"30%" | |
], | |
"y": [ | |
30, | |
39, | |
30 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"30%", | |
"31%" | |
], | |
"y": [ | |
39, | |
30, | |
31 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"37%", | |
"22%" | |
], | |
"y": [ | |
41, | |
37, | |
22 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"30%", | |
"23%" | |
], | |
"y": [ | |
46, | |
30, | |
23 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"38%", | |
"23%" | |
], | |
"y": [ | |
39, | |
38, | |
23 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"32%", | |
"25%" | |
], | |
"y": [ | |
43, | |
32, | |
25 | |
] | |
}, | |
{ | |
"text": [ | |
"28%", | |
"42%", | |
"30%" | |
], | |
"y": [ | |
28, | |
42, | |
30 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"35%", | |
"27%" | |
], | |
"y": [ | |
38, | |
35, | |
27 | |
] | |
}, | |
{ | |
"text": [ | |
"32%", | |
"44%", | |
"24%" | |
], | |
"y": [ | |
32, | |
44, | |
24 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"32%", | |
"25%" | |
], | |
"y": [ | |
43, | |
32, | |
25 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"34%", | |
"17%" | |
], | |
"y": [ | |
49, | |
34, | |
17 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"36%", | |
"20%" | |
], | |
"y": [ | |
44, | |
36, | |
20 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"29%", | |
"24%" | |
], | |
"y": [ | |
47, | |
29, | |
24 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"29%", | |
"23%" | |
], | |
"y": [ | |
48, | |
29, | |
23 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"33%", | |
"25%" | |
], | |
"y": [ | |
42, | |
33, | |
25 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"35%", | |
"28%" | |
], | |
"y": [ | |
37, | |
35, | |
28 | |
] | |
}, | |
{ | |
"text": [ | |
"34%", | |
"40%", | |
"26%" | |
], | |
"y": [ | |
34, | |
40, | |
26 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"41%", | |
"22%" | |
], | |
"y": [ | |
37, | |
41, | |
22 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"37%", | |
"19%" | |
], | |
"y": [ | |
43, | |
37, | |
19 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"43%", | |
"20%" | |
], | |
"y": [ | |
37, | |
43, | |
20 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"38%", | |
"21%" | |
], | |
"y": [ | |
40, | |
38, | |
21 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"36%", | |
"19%" | |
], | |
"y": [ | |
45, | |
36, | |
19 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"41%", | |
"16%" | |
], | |
"y": [ | |
43, | |
41, | |
16 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"36%", | |
"22%" | |
], | |
"y": [ | |
42, | |
36, | |
22 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"29%", | |
"24%" | |
], | |
"y": [ | |
47, | |
29, | |
24 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"33%", | |
"21%" | |
], | |
"y": [ | |
46, | |
33, | |
21 | |
] | |
}, | |
{ | |
"text": [ | |
"25%", | |
"43%", | |
"32%" | |
], | |
"y": [ | |
25, | |
43, | |
32 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"36%", | |
"24%" | |
], | |
"y": [ | |
40, | |
36, | |
24 | |
] | |
}, | |
{ | |
"text": [ | |
"29%", | |
"47%", | |
"24%" | |
], | |
"y": [ | |
29, | |
47, | |
24 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"34%", | |
"22%" | |
], | |
"y": [ | |
44, | |
34, | |
22 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"41%", | |
"14%" | |
], | |
"y": [ | |
45, | |
41, | |
14 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"35%", | |
"16%" | |
], | |
"y": [ | |
48, | |
35, | |
16 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"45%", | |
"14%" | |
], | |
"y": [ | |
41, | |
45, | |
14 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"36%", | |
"15%" | |
], | |
"y": [ | |
50, | |
36, | |
15 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"35%", | |
"21%" | |
], | |
"y": [ | |
44, | |
35, | |
21 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"38%", | |
"25%" | |
], | |
"y": [ | |
37, | |
38, | |
25 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"37%", | |
"17%" | |
], | |
"y": [ | |
46, | |
37, | |
17 | |
] | |
}, | |
{ | |
"text": [ | |
"34%", | |
"39%", | |
"27%" | |
], | |
"y": [ | |
34, | |
39, | |
27 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"35%", | |
"11%" | |
], | |
"y": [ | |
53, | |
35, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"42%", | |
"10%" | |
], | |
"y": [ | |
47, | |
42, | |
10 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"47%", | |
"10%" | |
], | |
"y": [ | |
43, | |
47, | |
10 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"43%", | |
"14%" | |
], | |
"y": [ | |
43, | |
43, | |
14 | |
] | |
}, | |
{ | |
"text": [ | |
"85%", | |
"9%", | |
"6%" | |
], | |
"y": [ | |
85, | |
9, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"34%", | |
"43%", | |
"23%" | |
], | |
"y": [ | |
34, | |
43, | |
23 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"41%", | |
"13%" | |
], | |
"y": [ | |
46, | |
41, | |
13 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"50%", | |
"10%" | |
], | |
"y": [ | |
41, | |
50, | |
10 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"48%", | |
"11%" | |
], | |
"y": [ | |
41, | |
48, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"43%", | |
"14%" | |
], | |
"y": [ | |
43, | |
43, | |
14 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"37%", | |
"15%" | |
], | |
"y": [ | |
48, | |
37, | |
15 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"41%", | |
"22%" | |
], | |
"y": [ | |
37, | |
41, | |
22 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"41%", | |
"20%" | |
], | |
"y": [ | |
39, | |
41, | |
20 | |
] | |
} | |
], | |
"layout": { | |
"title": { | |
"text": "<b>1992 US Presidential Election<br>Democrat: CLINTON, BILL, \n Republican: BUSH, GEORGE H.W.</b>" | |
} | |
}, | |
"name": "fr5", | |
"traces": [ | |
0, | |
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 | |
] | |
}, | |
{ | |
"data": [ | |
{ | |
"text": [ | |
"33%", | |
"51%", | |
"16%" | |
], | |
"y": [ | |
33, | |
51, | |
16 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"31%", | |
"18%" | |
], | |
"y": [ | |
52, | |
31, | |
18 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"38%", | |
"13%" | |
], | |
"y": [ | |
49, | |
38, | |
13 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"31%", | |
"16%" | |
], | |
"y": [ | |
53, | |
31, | |
16 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"40%", | |
"11%" | |
], | |
"y": [ | |
50, | |
40, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"37%", | |
"13%" | |
], | |
"y": [ | |
50, | |
37, | |
13 | |
] | |
}, | |
{ | |
"text": [ | |
"34%", | |
"52%", | |
"14%" | |
], | |
"y": [ | |
34, | |
52, | |
14 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"44%", | |
"15%" | |
], | |
"y": [ | |
41, | |
44, | |
15 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"47%", | |
"13%" | |
], | |
"y": [ | |
40, | |
47, | |
13 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"35%", | |
"14%" | |
], | |
"y": [ | |
51, | |
35, | |
14 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"37%", | |
"9%" | |
], | |
"y": [ | |
54, | |
37, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"38%", | |
"10%" | |
], | |
"y": [ | |
52, | |
38, | |
10 | |
] | |
}, | |
{ | |
"text": [ | |
"57%", | |
"27%", | |
"16%" | |
], | |
"y": [ | |
57, | |
27, | |
16 | |
] | |
}, | |
{ | |
"text": [ | |
"61%", | |
"28%", | |
"10%" | |
], | |
"y": [ | |
61, | |
28, | |
10 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"39%", | |
"14%" | |
], | |
"y": [ | |
47, | |
39, | |
14 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"43%", | |
"13%" | |
], | |
"y": [ | |
44, | |
43, | |
13 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"50%", | |
"13%" | |
], | |
"y": [ | |
37, | |
50, | |
13 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"46%", | |
"10%" | |
], | |
"y": [ | |
43, | |
46, | |
10 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"40%", | |
"10%" | |
], | |
"y": [ | |
50, | |
40, | |
10 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"47%", | |
"11%" | |
], | |
"y": [ | |
42, | |
47, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"41%", | |
"12%" | |
], | |
"y": [ | |
47, | |
41, | |
12 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"40%", | |
"11%" | |
], | |
"y": [ | |
49, | |
40, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"36%", | |
"10%" | |
], | |
"y": [ | |
54, | |
36, | |
10 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"35%", | |
"12%" | |
], | |
"y": [ | |
53, | |
35, | |
12 | |
] | |
}, | |
{ | |
"text": [ | |
"60%", | |
"27%", | |
"13%" | |
], | |
"y": [ | |
60, | |
27, | |
13 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"38%", | |
"11%" | |
], | |
"y": [ | |
51, | |
38, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"33%", | |
"54%", | |
"12%" | |
], | |
"y": [ | |
33, | |
54, | |
12 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"46%", | |
"10%" | |
], | |
"y": [ | |
44, | |
46, | |
10 | |
] | |
}, | |
{ | |
"text": [ | |
"35%", | |
"54%", | |
"11%" | |
], | |
"y": [ | |
35, | |
54, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"41%", | |
"11%" | |
], | |
"y": [ | |
48, | |
41, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"45%", | |
"9%" | |
], | |
"y": [ | |
46, | |
45, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"37%", | |
"12%" | |
], | |
"y": [ | |
52, | |
37, | |
12 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"47%", | |
"8%" | |
], | |
"y": [ | |
45, | |
47, | |
8 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"38%", | |
"7%" | |
], | |
"y": [ | |
54, | |
38, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"37%", | |
"12%" | |
], | |
"y": [ | |
52, | |
37, | |
12 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"44%", | |
"9%" | |
], | |
"y": [ | |
47, | |
44, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"42%", | |
"9%" | |
], | |
"y": [ | |
49, | |
42, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"36%", | |
"54%", | |
"10%" | |
], | |
"y": [ | |
36, | |
54, | |
10 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"37%", | |
"9%" | |
], | |
"y": [ | |
54, | |
37, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"46%", | |
"6%" | |
], | |
"y": [ | |
48, | |
46, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"50%", | |
"6%" | |
], | |
"y": [ | |
44, | |
50, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"49%", | |
"7%" | |
], | |
"y": [ | |
44, | |
49, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"85%", | |
"9%", | |
"5%" | |
], | |
"y": [ | |
85, | |
9, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"48%", | |
"11%" | |
], | |
"y": [ | |
40, | |
48, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"40%", | |
"8%" | |
], | |
"y": [ | |
52, | |
40, | |
8 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"49%", | |
"7%" | |
], | |
"y": [ | |
44, | |
49, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"50%", | |
"7%" | |
], | |
"y": [ | |
43, | |
50, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"47%", | |
"7%" | |
], | |
"y": [ | |
46, | |
47, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"57%", | |
"32%", | |
"11%" | |
], | |
"y": [ | |
57, | |
32, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"49%", | |
"7%" | |
], | |
"y": [ | |
44, | |
49, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"42%", | |
"10%" | |
], | |
"y": [ | |
48, | |
42, | |
10 | |
] | |
} | |
], | |
"layout": { | |
"title": { | |
"text": "<b>1996 US Presidential Election<br>Democrat: CLINTON, BILL, \n Republican: DOLE, ROBERT</b>" | |
} | |
}, | |
"name": "fr6", | |
"traces": [ | |
0, | |
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 | |
] | |
}, | |
{ | |
"data": [ | |
{ | |
"text": [ | |
"28%", | |
"59%", | |
"14%" | |
], | |
"y": [ | |
28, | |
59, | |
14 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"44%", | |
"7%" | |
], | |
"y": [ | |
49, | |
44, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"48%", | |
"5%" | |
], | |
"y": [ | |
48, | |
48, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"41%", | |
"9%" | |
], | |
"y": [ | |
51, | |
41, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"48%", | |
"5%" | |
], | |
"y": [ | |
47, | |
48, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"45%", | |
"5%" | |
], | |
"y": [ | |
50, | |
45, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"28%", | |
"67%", | |
"5%" | |
], | |
"y": [ | |
28, | |
67, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"33%", | |
"58%", | |
"8%" | |
], | |
"y": [ | |
33, | |
58, | |
8 | |
] | |
}, | |
{ | |
"text": [ | |
"33%", | |
"61%", | |
"6%" | |
], | |
"y": [ | |
33, | |
61, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"0%", | |
"46%", | |
"54%" | |
], | |
"y": [ | |
0, | |
46, | |
54 | |
] | |
}, | |
{ | |
"text": [ | |
"55%", | |
"43%", | |
"3%" | |
], | |
"y": [ | |
55, | |
43, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"46%", | |
"3%" | |
], | |
"y": [ | |
51, | |
46, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"57%", | |
"32%", | |
"11%" | |
], | |
"y": [ | |
57, | |
32, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"59%", | |
"32%", | |
"9%" | |
], | |
"y": [ | |
59, | |
32, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"47%", | |
"7%" | |
], | |
"y": [ | |
47, | |
47, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"49%", | |
"5%" | |
], | |
"y": [ | |
46, | |
49, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"28%", | |
"69%", | |
"2%" | |
], | |
"y": [ | |
28, | |
69, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"60%", | |
"2%" | |
], | |
"y": [ | |
38, | |
60, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"47%", | |
"6%" | |
], | |
"y": [ | |
47, | |
47, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"57%", | |
"2%" | |
], | |
"y": [ | |
41, | |
57, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"50%", | |
"4%" | |
], | |
"y": [ | |
46, | |
50, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"46%", | |
"3%" | |
], | |
"y": [ | |
51, | |
46, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"40%", | |
"4%" | |
], | |
"y": [ | |
56, | |
40, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"38%", | |
"6%" | |
], | |
"y": [ | |
56, | |
38, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"61%", | |
"32%", | |
"7%" | |
], | |
"y": [ | |
61, | |
32, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"42%", | |
"5%" | |
], | |
"y": [ | |
53, | |
42, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"26%", | |
"67%", | |
"7%" | |
], | |
"y": [ | |
26, | |
67, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"51%", | |
"7%" | |
], | |
"y": [ | |
42, | |
51, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"33%", | |
"62%", | |
"5%" | |
], | |
"y": [ | |
33, | |
62, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"50%", | |
"2%" | |
], | |
"y": [ | |
47, | |
50, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"57%", | |
"2%" | |
], | |
"y": [ | |
41, | |
57, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"52%", | |
"2%" | |
], | |
"y": [ | |
46, | |
52, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"52%", | |
"3%" | |
], | |
"y": [ | |
44, | |
52, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"40%", | |
"3%" | |
], | |
"y": [ | |
56, | |
40, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"55%", | |
"42%", | |
"3%" | |
], | |
"y": [ | |
55, | |
42, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"51%", | |
"4%" | |
], | |
"y": [ | |
45, | |
51, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"48%", | |
"4%" | |
], | |
"y": [ | |
48, | |
48, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"58%", | |
"5%" | |
], | |
"y": [ | |
37, | |
58, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"51%", | |
"3%" | |
], | |
"y": [ | |
46, | |
51, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"51%", | |
"2%" | |
], | |
"y": [ | |
47, | |
51, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"57%", | |
"2%" | |
], | |
"y": [ | |
41, | |
57, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"56%", | |
"1%" | |
], | |
"y": [ | |
43, | |
56, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"85%", | |
"9%", | |
"6%" | |
], | |
"y": [ | |
85, | |
9, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
38, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"53%", | |
"3%" | |
], | |
"y": [ | |
45, | |
53, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"58%", | |
"2%" | |
], | |
"y": [ | |
41, | |
58, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"56%", | |
"2%" | |
], | |
"y": [ | |
42, | |
56, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"55%", | |
"2%" | |
], | |
"y": [ | |
43, | |
55, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"37%", | |
"7%" | |
], | |
"y": [ | |
56, | |
37, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"59%", | |
"3%" | |
], | |
"y": [ | |
38, | |
59, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"49%", | |
"2%" | |
], | |
"y": [ | |
49, | |
49, | |
2 | |
] | |
} | |
], | |
"layout": { | |
"title": { | |
"text": "<b>2000 US Presidential Election<br>Democrat: GORE, AL, \n Republican: BUSH, GEORGE W.</b>" | |
} | |
}, | |
"name": "fr7", | |
"traces": [ | |
0, | |
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 | |
] | |
}, | |
{ | |
"data": [ | |
{ | |
"text": [ | |
"36%", | |
"61%", | |
"3%" | |
], | |
"y": [ | |
36, | |
61, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"45%", | |
"2%" | |
], | |
"y": [ | |
54, | |
45, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"49%", | |
"1%" | |
], | |
"y": [ | |
50, | |
49, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"59%", | |
"39%", | |
"2%" | |
], | |
"y": [ | |
59, | |
39, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"49%", | |
"1%" | |
], | |
"y": [ | |
50, | |
49, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"46%", | |
"2%" | |
], | |
"y": [ | |
53, | |
46, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"30%", | |
"68%", | |
"1%" | |
], | |
"y": [ | |
30, | |
68, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"59%", | |
"2%" | |
], | |
"y": [ | |
39, | |
59, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"35%", | |
"63%", | |
"2%" | |
], | |
"y": [ | |
35, | |
63, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"0%", | |
"48%", | |
"52%" | |
], | |
"y": [ | |
0, | |
48, | |
52 | |
] | |
}, | |
{ | |
"text": [ | |
"55%", | |
"44%", | |
"1%" | |
], | |
"y": [ | |
55, | |
44, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"48%", | |
"1%" | |
], | |
"y": [ | |
51, | |
48, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"38%", | |
"6%" | |
], | |
"y": [ | |
56, | |
38, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"62%", | |
"37%", | |
"2%" | |
], | |
"y": [ | |
62, | |
37, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"47%", | |
"1%" | |
], | |
"y": [ | |
51, | |
47, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"50%", | |
"2%" | |
], | |
"y": [ | |
48, | |
50, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"29%", | |
"69%", | |
"2%" | |
], | |
"y": [ | |
29, | |
69, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"60%", | |
"2%" | |
], | |
"y": [ | |
38, | |
60, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"50%", | |
"1%" | |
], | |
"y": [ | |
49, | |
50, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
39, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"51%", | |
"0%" | |
], | |
"y": [ | |
49, | |
51, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"48%", | |
"1%" | |
], | |
"y": [ | |
51, | |
48, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"46%", | |
"1%" | |
], | |
"y": [ | |
53, | |
46, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"44%", | |
"2%" | |
], | |
"y": [ | |
54, | |
44, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"59%", | |
"39%", | |
"2%" | |
], | |
"y": [ | |
59, | |
39, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"44%", | |
"1%" | |
], | |
"y": [ | |
54, | |
44, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"26%", | |
"72%", | |
"2%" | |
], | |
"y": [ | |
26, | |
72, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"52%", | |
"1%" | |
], | |
"y": [ | |
47, | |
52, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"33%", | |
"66%", | |
"1%" | |
], | |
"y": [ | |
33, | |
66, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"53%", | |
"1%" | |
], | |
"y": [ | |
46, | |
53, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
40, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"56%", | |
"1%" | |
], | |
"y": [ | |
43, | |
56, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"54%", | |
"1%" | |
], | |
"y": [ | |
46, | |
54, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"43%", | |
"1%" | |
], | |
"y": [ | |
56, | |
43, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"46%", | |
"1%" | |
], | |
"y": [ | |
53, | |
46, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"55%", | |
"1%" | |
], | |
"y": [ | |
44, | |
55, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"50%", | |
"1%" | |
], | |
"y": [ | |
49, | |
50, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"62%", | |
"1%" | |
], | |
"y": [ | |
37, | |
62, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"54%", | |
"1%" | |
], | |
"y": [ | |
45, | |
54, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"57%", | |
"1%" | |
], | |
"y": [ | |
43, | |
57, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"58%", | |
"1%" | |
], | |
"y": [ | |
41, | |
58, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"56%", | |
"0%" | |
], | |
"y": [ | |
44, | |
56, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"89%", | |
"9%", | |
"1%" | |
], | |
"y": [ | |
89, | |
9, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"34%", | |
"66%", | |
"0%" | |
], | |
"y": [ | |
34, | |
66, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"57%", | |
"1%" | |
], | |
"y": [ | |
42, | |
57, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"59%", | |
"1%" | |
], | |
"y": [ | |
40, | |
59, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"62%", | |
"1%" | |
], | |
"y": [ | |
37, | |
62, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"58%", | |
"1%" | |
], | |
"y": [ | |
41, | |
58, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"45%", | |
"1%" | |
], | |
"y": [ | |
54, | |
45, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"61%", | |
"1%" | |
], | |
"y": [ | |
38, | |
61, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"52%", | |
"1%" | |
], | |
"y": [ | |
47, | |
52, | |
1 | |
] | |
} | |
], | |
"layout": { | |
"title": { | |
"text": "<b>2004 US Presidential Election<br>Democrat: KERRY, JOHN, \n Republican: BUSH, GEORGE W.</b>" | |
} | |
}, | |
"name": "fr8", | |
"traces": [ | |
0, | |
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 | |
] | |
}, | |
{ | |
"data": [ | |
{ | |
"text": [ | |
"38%", | |
"59%", | |
"3%" | |
], | |
"y": [ | |
38, | |
59, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"58%", | |
"40%", | |
"2%" | |
], | |
"y": [ | |
58, | |
40, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"42%", | |
"1%" | |
], | |
"y": [ | |
56, | |
42, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"67%", | |
"30%", | |
"2%" | |
], | |
"y": [ | |
67, | |
30, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"45%", | |
"1%" | |
], | |
"y": [ | |
54, | |
45, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"58%", | |
"40%", | |
"2%" | |
], | |
"y": [ | |
58, | |
40, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"36%", | |
"62%", | |
"2%" | |
], | |
"y": [ | |
36, | |
62, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"50%", | |
"3%" | |
], | |
"y": [ | |
47, | |
50, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"53%", | |
"2%" | |
], | |
"y": [ | |
45, | |
53, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"44%", | |
"2%" | |
], | |
"y": [ | |
54, | |
44, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"62%", | |
"37%", | |
"1%" | |
], | |
"y": [ | |
62, | |
37, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"57%", | |
"41%", | |
"2%" | |
], | |
"y": [ | |
57, | |
41, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"60%", | |
"31%", | |
"9%" | |
], | |
"y": [ | |
60, | |
31, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"61%", | |
"36%", | |
"3%" | |
], | |
"y": [ | |
61, | |
36, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"57%", | |
"40%", | |
"3%" | |
], | |
"y": [ | |
57, | |
40, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"55%", | |
"43%", | |
"2%" | |
], | |
"y": [ | |
55, | |
43, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"33%", | |
"65%", | |
"3%" | |
], | |
"y": [ | |
33, | |
65, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"53%", | |
"2%" | |
], | |
"y": [ | |
45, | |
53, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"44%", | |
"2%" | |
], | |
"y": [ | |
54, | |
44, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"49%", | |
"1%" | |
], | |
"y": [ | |
50, | |
49, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"47%", | |
"2%" | |
], | |
"y": [ | |
52, | |
47, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"44%", | |
"1%" | |
], | |
"y": [ | |
54, | |
44, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"57%", | |
"42%", | |
"1%" | |
], | |
"y": [ | |
57, | |
42, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"61%", | |
"38%", | |
"1%" | |
], | |
"y": [ | |
61, | |
38, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"63%", | |
"35%", | |
"2%" | |
], | |
"y": [ | |
63, | |
35, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"61%", | |
"37%", | |
"2%" | |
], | |
"y": [ | |
61, | |
37, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"34%", | |
"63%", | |
"3%" | |
], | |
"y": [ | |
34, | |
63, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"45%", | |
"2%" | |
], | |
"y": [ | |
54, | |
45, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"57%", | |
"2%" | |
], | |
"y": [ | |
42, | |
57, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"49%", | |
"1%" | |
], | |
"y": [ | |
49, | |
49, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"57%", | |
"1%" | |
], | |
"y": [ | |
41, | |
57, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"56%", | |
"2%" | |
], | |
"y": [ | |
43, | |
56, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"46%", | |
"1%" | |
], | |
"y": [ | |
53, | |
46, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"62%", | |
"36%", | |
"2%" | |
], | |
"y": [ | |
62, | |
36, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"62%", | |
"37%", | |
"1%" | |
], | |
"y": [ | |
62, | |
37, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"54%", | |
"1%" | |
], | |
"y": [ | |
45, | |
54, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"57%", | |
"42%", | |
"1%" | |
], | |
"y": [ | |
57, | |
42, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"57%", | |
"2%" | |
], | |
"y": [ | |
42, | |
57, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"59%", | |
"2%" | |
], | |
"y": [ | |
39, | |
59, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"57%", | |
"1%" | |
], | |
"y": [ | |
42, | |
57, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"54%", | |
"1%" | |
], | |
"y": [ | |
45, | |
54, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"49%", | |
"1%" | |
], | |
"y": [ | |
50, | |
49, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"92%", | |
"7%", | |
"1%" | |
], | |
"y": [ | |
92, | |
7, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"34%", | |
"66%", | |
"0%" | |
], | |
"y": [ | |
34, | |
66, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"59%", | |
"2%" | |
], | |
"y": [ | |
40, | |
59, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"56%", | |
"1%" | |
], | |
"y": [ | |
43, | |
56, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"60%", | |
"1%" | |
], | |
"y": [ | |
39, | |
60, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"52%", | |
"1%" | |
], | |
"y": [ | |
47, | |
52, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"71%", | |
"26%", | |
"2%" | |
], | |
"y": [ | |
71, | |
26, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"55%", | |
"1%" | |
], | |
"y": [ | |
44, | |
55, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"48%", | |
"1%" | |
], | |
"y": [ | |
51, | |
48, | |
1 | |
] | |
} | |
], | |
"layout": { | |
"title": { | |
"text": "<b>2008 US Presidential Election<br>Democrat: OBAMA, BARACK H., \n Republican: MCCAIN, JOHN</b>" | |
} | |
}, | |
"name": "fr9", | |
"traces": [ | |
0, | |
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 | |
] | |
}, | |
{ | |
"data": [ | |
{ | |
"text": [ | |
"41%", | |
"55%", | |
"4%" | |
], | |
"y": [ | |
41, | |
55, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"55%", | |
"40%", | |
"4%" | |
], | |
"y": [ | |
55, | |
40, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"46%", | |
"1%" | |
], | |
"y": [ | |
53, | |
46, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"67%", | |
"31%", | |
"2%" | |
], | |
"y": [ | |
67, | |
31, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"46%", | |
"2%" | |
], | |
"y": [ | |
52, | |
46, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"41%", | |
"3%" | |
], | |
"y": [ | |
56, | |
41, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"33%", | |
"65%", | |
"3%" | |
], | |
"y": [ | |
33, | |
65, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"55%", | |
"3%" | |
], | |
"y": [ | |
42, | |
55, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"58%", | |
"3%" | |
], | |
"y": [ | |
39, | |
58, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"0%", | |
"45%", | |
"55%" | |
], | |
"y": [ | |
0, | |
45, | |
55 | |
] | |
}, | |
{ | |
"text": [ | |
"58%", | |
"41%", | |
"2%" | |
], | |
"y": [ | |
58, | |
41, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"45%", | |
"1%" | |
], | |
"y": [ | |
54, | |
45, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"61%", | |
"31%", | |
"8%" | |
], | |
"y": [ | |
61, | |
31, | |
8 | |
] | |
}, | |
{ | |
"text": [ | |
"60%", | |
"37%", | |
"2%" | |
], | |
"y": [ | |
60, | |
37, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"42%", | |
"4%" | |
], | |
"y": [ | |
54, | |
42, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"46%", | |
"2%" | |
], | |
"y": [ | |
52, | |
46, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"28%", | |
"68%", | |
"4%" | |
], | |
"y": [ | |
28, | |
68, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"58%", | |
"2%" | |
], | |
"y": [ | |
40, | |
58, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"46%", | |
"2%" | |
], | |
"y": [ | |
52, | |
46, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"54%", | |
"2%" | |
], | |
"y": [ | |
44, | |
54, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"48%", | |
"2%" | |
], | |
"y": [ | |
51, | |
48, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"47%", | |
"1%" | |
], | |
"y": [ | |
52, | |
47, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"58%", | |
"41%", | |
"1%" | |
], | |
"y": [ | |
58, | |
41, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"58%", | |
"41%", | |
"1%" | |
], | |
"y": [ | |
58, | |
41, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"63%", | |
"35%", | |
"2%" | |
], | |
"y": [ | |
63, | |
35, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"60%", | |
"37%", | |
"3%" | |
], | |
"y": [ | |
60, | |
37, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"25%", | |
"73%", | |
"2%" | |
], | |
"y": [ | |
25, | |
73, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"46%", | |
"2%" | |
], | |
"y": [ | |
51, | |
46, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"60%", | |
"2%" | |
], | |
"y": [ | |
38, | |
60, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"54%", | |
"2%" | |
], | |
"y": [ | |
44, | |
54, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"60%", | |
"2%" | |
], | |
"y": [ | |
38, | |
60, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"36%", | |
"62%", | |
"2%" | |
], | |
"y": [ | |
36, | |
62, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"47%", | |
"2%" | |
], | |
"y": [ | |
51, | |
47, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"62%", | |
"36%", | |
"2%" | |
], | |
"y": [ | |
62, | |
36, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"59%", | |
"40%", | |
"1%" | |
], | |
"y": [ | |
59, | |
40, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"54%", | |
"2%" | |
], | |
"y": [ | |
45, | |
54, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"43%", | |
"4%" | |
], | |
"y": [ | |
53, | |
43, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"60%", | |
"2%" | |
], | |
"y": [ | |
38, | |
60, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"61%", | |
"3%" | |
], | |
"y": [ | |
37, | |
61, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"59%", | |
"1%" | |
], | |
"y": [ | |
39, | |
59, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"55%", | |
"1%" | |
], | |
"y": [ | |
44, | |
55, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"50%", | |
"1%" | |
], | |
"y": [ | |
48, | |
50, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"91%", | |
"7%", | |
"2%" | |
], | |
"y": [ | |
91, | |
7, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"33%", | |
"67%", | |
"0%" | |
], | |
"y": [ | |
33, | |
67, | |
0 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"58%", | |
"2%" | |
], | |
"y": [ | |
41, | |
58, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"55%", | |
"1%" | |
], | |
"y": [ | |
44, | |
55, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"61%", | |
"1%" | |
], | |
"y": [ | |
38, | |
61, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"53%", | |
"1%" | |
], | |
"y": [ | |
46, | |
53, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"70%", | |
"28%", | |
"2%" | |
], | |
"y": [ | |
70, | |
28, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"57%", | |
"1%" | |
], | |
"y": [ | |
41, | |
57, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"49%", | |
"1%" | |
], | |
"y": [ | |
50, | |
49, | |
1 | |
] | |
} | |
], | |
"layout": { | |
"title": { | |
"text": "<b>2012 US Presidential Election<br>Democrat: OBAMA, BARACK H., \n Republican: ROMNEY, MITT</b>" | |
} | |
}, | |
"name": "fr10", | |
"traces": [ | |
0, | |
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 | |
] | |
}, | |
{ | |
"data": [ | |
{ | |
"text": [ | |
"37%", | |
"51%", | |
"12%" | |
], | |
"y": [ | |
37, | |
51, | |
12 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"43%", | |
"10%" | |
], | |
"y": [ | |
46, | |
43, | |
10 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"47%", | |
"6%" | |
], | |
"y": [ | |
46, | |
47, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"30%", | |
"15%" | |
], | |
"y": [ | |
56, | |
30, | |
15 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"46%", | |
"7%" | |
], | |
"y": [ | |
47, | |
46, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"37%", | |
"11%" | |
], | |
"y": [ | |
53, | |
37, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"27%", | |
"59%", | |
"13%" | |
], | |
"y": [ | |
27, | |
59, | |
13 | |
] | |
}, | |
{ | |
"text": [ | |
"36%", | |
"56%", | |
"8%" | |
], | |
"y": [ | |
36, | |
56, | |
8 | |
] | |
}, | |
{ | |
"text": [ | |
"27%", | |
"63%", | |
"10%" | |
], | |
"y": [ | |
27, | |
63, | |
10 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"45%", | |
"9%" | |
], | |
"y": [ | |
46, | |
45, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"39%", | |
"5%" | |
], | |
"y": [ | |
56, | |
39, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"47%", | |
"47%", | |
"5%" | |
], | |
"y": [ | |
47, | |
47, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"32%", | |
"11%" | |
], | |
"y": [ | |
56, | |
32, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"59%", | |
"32%", | |
"9%" | |
], | |
"y": [ | |
59, | |
32, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"39%", | |
"11%" | |
], | |
"y": [ | |
50, | |
39, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"46%", | |
"7%" | |
], | |
"y": [ | |
48, | |
46, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"22%", | |
"67%", | |
"11%" | |
], | |
"y": [ | |
22, | |
67, | |
11 | |
] | |
}, | |
{ | |
"text": [ | |
"32%", | |
"62%", | |
"7%" | |
], | |
"y": [ | |
32, | |
62, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"51%", | |
"7%" | |
], | |
"y": [ | |
42, | |
51, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"57%", | |
"5%" | |
], | |
"y": [ | |
38, | |
57, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"44%", | |
"52%", | |
"5%" | |
], | |
"y": [ | |
44, | |
52, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"49%", | |
"4%" | |
], | |
"y": [ | |
48, | |
49, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"55%", | |
"41%", | |
"3%" | |
], | |
"y": [ | |
55, | |
41, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"55%", | |
"41%", | |
"5%" | |
], | |
"y": [ | |
55, | |
41, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"39%", | |
"7%" | |
], | |
"y": [ | |
54, | |
39, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"62%", | |
"32%", | |
"7%" | |
], | |
"y": [ | |
62, | |
32, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"27%", | |
"46%", | |
"27%" | |
], | |
"y": [ | |
27, | |
46, | |
27 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"43%", | |
"9%" | |
], | |
"y": [ | |
48, | |
43, | |
9 | |
] | |
}, | |
{ | |
"text": [ | |
"34%", | |
"59%", | |
"8%" | |
], | |
"y": [ | |
34, | |
59, | |
8 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"57%", | |
"5%" | |
], | |
"y": [ | |
38, | |
57, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"33%", | |
"63%", | |
"5%" | |
], | |
"y": [ | |
33, | |
63, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"26%", | |
"69%", | |
"5%" | |
], | |
"y": [ | |
26, | |
69, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"44%", | |
"6%" | |
], | |
"y": [ | |
50, | |
44, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"121%", | |
"68%", | |
"-88%" | |
], | |
"y": [ | |
121, | |
68, | |
-88 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"42%", | |
"5%" | |
], | |
"y": [ | |
53, | |
42, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"49%", | |
"6%" | |
], | |
"y": [ | |
45, | |
49, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"40%", | |
"12%" | |
], | |
"y": [ | |
48, | |
40, | |
12 | |
] | |
}, | |
{ | |
"text": [ | |
"36%", | |
"57%", | |
"7%" | |
], | |
"y": [ | |
36, | |
57, | |
7 | |
] | |
}, | |
{ | |
"text": [ | |
"34%", | |
"61%", | |
"6%" | |
], | |
"y": [ | |
34, | |
61, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"35%", | |
"61%", | |
"5%" | |
], | |
"y": [ | |
35, | |
61, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"55%", | |
"4%" | |
], | |
"y": [ | |
41, | |
55, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"50%", | |
"4%" | |
], | |
"y": [ | |
46, | |
50, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"90%", | |
"4%", | |
"5%" | |
], | |
"y": [ | |
90, | |
4, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"29%", | |
"65%", | |
"6%" | |
], | |
"y": [ | |
29, | |
65, | |
6 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"58%", | |
"3%" | |
], | |
"y": [ | |
38, | |
58, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"58%", | |
"2%" | |
], | |
"y": [ | |
40, | |
58, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"34%", | |
"62%", | |
"4%" | |
], | |
"y": [ | |
34, | |
62, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"51%", | |
"4%" | |
], | |
"y": [ | |
46, | |
51, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"61%", | |
"29%", | |
"10%" | |
], | |
"y": [ | |
61, | |
29, | |
10 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"52%", | |
"5%" | |
], | |
"y": [ | |
43, | |
52, | |
5 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"49%", | |
"3%" | |
], | |
"y": [ | |
48, | |
49, | |
3 | |
] | |
} | |
], | |
"layout": { | |
"title": { | |
"text": "<b>2016 US Presidential Election<br>Democrat: CLINTON, HILLARY, \n Republican: TRUMP, DONALD J.</b>" | |
} | |
}, | |
"name": "fr11", | |
"traces": [ | |
0, | |
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 | |
] | |
}, | |
{ | |
"data": [ | |
{ | |
"text": [ | |
"43%", | |
"53%", | |
"4%" | |
], | |
"y": [ | |
43, | |
53, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"44%", | |
"4%" | |
], | |
"y": [ | |
53, | |
44, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"49%", | |
"2%" | |
], | |
"y": [ | |
49, | |
49, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"65%", | |
"30%", | |
"4%" | |
], | |
"y": [ | |
65, | |
30, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"53%", | |
"45%", | |
"2%" | |
], | |
"y": [ | |
53, | |
45, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"58%", | |
"39%", | |
"3%" | |
], | |
"y": [ | |
58, | |
39, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"33%", | |
"64%", | |
"3%" | |
], | |
"y": [ | |
33, | |
64, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"57%", | |
"3%" | |
], | |
"y": [ | |
41, | |
57, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"32%", | |
"65%", | |
"3%" | |
], | |
"y": [ | |
32, | |
65, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"52%", | |
"45%", | |
"2%" | |
], | |
"y": [ | |
52, | |
45, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"58%", | |
"41%", | |
"2%" | |
], | |
"y": [ | |
58, | |
41, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"51%", | |
"48%", | |
"2%" | |
], | |
"y": [ | |
51, | |
48, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"60%", | |
"37%", | |
"2%" | |
], | |
"y": [ | |
60, | |
37, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"65%", | |
"32%", | |
"3%" | |
], | |
"y": [ | |
65, | |
32, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"56%", | |
"40%", | |
"3%" | |
], | |
"y": [ | |
56, | |
40, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"48%", | |
"2%" | |
], | |
"y": [ | |
50, | |
48, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"26%", | |
"69%", | |
"4%" | |
], | |
"y": [ | |
26, | |
69, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"36%", | |
"62%", | |
"3%" | |
], | |
"y": [ | |
36, | |
62, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"53%", | |
"3%" | |
], | |
"y": [ | |
45, | |
53, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"57%", | |
"2%" | |
], | |
"y": [ | |
41, | |
57, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"45%", | |
"53%", | |
"1%" | |
], | |
"y": [ | |
45, | |
53, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"50%", | |
"49%", | |
"1%" | |
], | |
"y": [ | |
50, | |
49, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"57%", | |
"41%", | |
"1%" | |
], | |
"y": [ | |
57, | |
41, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"59%", | |
"39%", | |
"2%" | |
], | |
"y": [ | |
59, | |
39, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"59%", | |
"39%", | |
"2%" | |
], | |
"y": [ | |
59, | |
39, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"63%", | |
"34%", | |
"2%" | |
], | |
"y": [ | |
63, | |
34, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"38%", | |
"58%", | |
"4%" | |
], | |
"y": [ | |
38, | |
58, | |
4 | |
] | |
}, | |
{ | |
"text": [ | |
"55%", | |
"42%", | |
"3%" | |
], | |
"y": [ | |
55, | |
42, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"39%", | |
"58%", | |
"3%" | |
], | |
"y": [ | |
39, | |
58, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"57%", | |
"2%" | |
], | |
"y": [ | |
41, | |
57, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"36%", | |
"62%", | |
"2%" | |
], | |
"y": [ | |
36, | |
62, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"30%", | |
"69%", | |
"2%" | |
], | |
"y": [ | |
30, | |
69, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"44%", | |
"2%" | |
], | |
"y": [ | |
54, | |
44, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"65%", | |
"32%", | |
"2%" | |
], | |
"y": [ | |
65, | |
32, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"59%", | |
"40%", | |
"1%" | |
], | |
"y": [ | |
59, | |
40, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"49%", | |
"2%" | |
], | |
"y": [ | |
49, | |
49, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"54%", | |
"43%", | |
"2%" | |
], | |
"y": [ | |
54, | |
43, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"42%", | |
"56%", | |
"2%" | |
], | |
"y": [ | |
42, | |
56, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"35%", | |
"62%", | |
"3%" | |
], | |
"y": [ | |
35, | |
62, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"61%", | |
"2%" | |
], | |
"y": [ | |
37, | |
61, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"43%", | |
"55%", | |
"1%" | |
], | |
"y": [ | |
43, | |
55, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"50%", | |
"1%" | |
], | |
"y": [ | |
49, | |
50, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"92%", | |
"5%", | |
"2%" | |
], | |
"y": [ | |
92, | |
5, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"32%", | |
"65%", | |
"2%" | |
], | |
"y": [ | |
32, | |
65, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"40%", | |
"58%", | |
"2%" | |
], | |
"y": [ | |
40, | |
58, | |
2 | |
] | |
}, | |
{ | |
"text": [ | |
"41%", | |
"58%", | |
"1%" | |
], | |
"y": [ | |
41, | |
58, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"37%", | |
"62%", | |
"1%" | |
], | |
"y": [ | |
37, | |
62, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"49%", | |
"49%", | |
"1%" | |
], | |
"y": [ | |
49, | |
49, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"63%", | |
"34%", | |
"3%" | |
], | |
"y": [ | |
63, | |
34, | |
3 | |
] | |
}, | |
{ | |
"text": [ | |
"46%", | |
"52%", | |
"1%" | |
], | |
"y": [ | |
46, | |
52, | |
1 | |
] | |
}, | |
{ | |
"text": [ | |
"48%", | |
"51%", | |
"1%" | |
], | |
"y": [ | |
48, | |
51, | |
1 | |
] | |
} | |
], | |
"layout": { | |
"title": { | |
"text": "<b>2020 US Presidential Election<br>Democrat: BIDEN, JOSEPH R. JR, \n Republican: TRUMP, DONALD J.</b>" | |
} | |
}, | |
"name": "fr12", | |
"traces": [ | |
0, | |
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 | |
] | |
} | |
], | |
"layout": { | |
"annotations": [ | |
{ | |
"showarrow": false, | |
"text": "<b>CO</b>", | |
"x": 1, | |
"xref": "x47 domain", | |
"y": 1, | |
"yref": "y47 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>TX</b>", | |
"x": 1, | |
"xref": "x81 domain", | |
"y": 1, | |
"yref": "y81 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>AL</b>", | |
"x": 1, | |
"xref": "x73 domain", | |
"y": 1, | |
"yref": "y73 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>VT</b>", | |
"x": 1, | |
"xref": "x21 domain", | |
"y": 1, | |
"yref": "y21 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>MO</b>", | |
"x": 1, | |
"xref": "x49 domain", | |
"y": 1, | |
"yref": "y49 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>WY</b>", | |
"x": 1, | |
"xref": "x36 domain", | |
"y": 1, | |
"yref": "y36 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>CA</b>", | |
"x": 1, | |
"xref": "x45 domain", | |
"y": 1, | |
"yref": "y45 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>ME</b>", | |
"x": 1, | |
"xref": "x11 domain", | |
"y": 1, | |
"yref": "y11 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>TN</b>", | |
"x": 1, | |
"xref": "x61 domain", | |
"y": 1, | |
"yref": "y61 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>NV</b>", | |
"x": 1, | |
"xref": "x35 domain", | |
"y": 1, | |
"yref": "y35 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>KY</b>", | |
"x": 1, | |
"xref": "x50 domain", | |
"y": 1, | |
"yref": "y50 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>DE</b>", | |
"x": 1, | |
"xref": "x54 domain", | |
"y": 1, | |
"yref": "y54 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>IN</b>", | |
"x": 1, | |
"xref": "x39 domain", | |
"y": 1, | |
"yref": "y39 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>SC</b>", | |
"x": 1, | |
"xref": "x62 domain", | |
"y": 1, | |
"yref": "y62 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>NE</b>", | |
"x": 1, | |
"xref": "x48 domain", | |
"y": 1, | |
"yref": "y48 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>AZ</b>", | |
"x": 1, | |
"xref": "x57 domain", | |
"y": 1, | |
"yref": "y57 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>CT</b>", | |
"x": 1, | |
"xref": "x43 domain", | |
"y": 1, | |
"yref": "y43 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>IL</b>", | |
"x": 1, | |
"xref": "x28 domain", | |
"y": 1, | |
"yref": "y28 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>MD</b>", | |
"x": 1, | |
"xref": "x53 domain", | |
"y": 1, | |
"yref": "y53 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>KS</b>", | |
"x": 1, | |
"xref": "x59 domain", | |
"y": 1, | |
"yref": "y59 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>NY</b>", | |
"x": 1, | |
"xref": "x31 domain", | |
"y": 1, | |
"yref": "y31 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>AR</b>", | |
"x": 1, | |
"xref": "x60 domain", | |
"y": 1, | |
"yref": "y60 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>MN</b>", | |
"x": 1, | |
"xref": "x27 domain", | |
"y": 1, | |
"yref": "y27 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>SD</b>", | |
"x": 1, | |
"xref": "x37 domain", | |
"y": 1, | |
"yref": "y37 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>WI</b>", | |
"x": 1, | |
"xref": "x17 domain", | |
"y": 1, | |
"yref": "y17 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>OH</b>", | |
"x": 1, | |
"xref": "x40 domain", | |
"y": 1, | |
"yref": "y40 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>GA</b>", | |
"x": 1, | |
"xref": "x74 domain", | |
"y": 1, | |
"yref": "y74 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>NH</b>", | |
"x": 1, | |
"xref": "x22 domain", | |
"y": 1, | |
"yref": "y22 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>AK</b>", | |
"x": 1, | |
"xref": "x domain", | |
"y": 1, | |
"yref": "y domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>MA</b>", | |
"x": 1, | |
"xref": "x32 domain", | |
"y": 1, | |
"yref": "y32 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>FL</b>", | |
"x": 1, | |
"xref": "x86 domain", | |
"y": 1, | |
"yref": "y86 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>MI</b>", | |
"x": 1, | |
"xref": "x29 domain", | |
"y": 1, | |
"yref": "y29 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>IA</b>", | |
"x": 1, | |
"xref": "x38 domain", | |
"y": 1, | |
"yref": "y38 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>NC</b>", | |
"x": 1, | |
"xref": "x63 domain", | |
"y": 1, | |
"yref": "y63 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>PA</b>", | |
"x": 1, | |
"xref": "x41 domain", | |
"y": 1, | |
"yref": "y41 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>LA</b>", | |
"x": 1, | |
"xref": "x71 domain", | |
"y": 1, | |
"yref": "y71 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>OK</b>", | |
"x": 1, | |
"xref": "x70 domain", | |
"y": 1, | |
"yref": "y70 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>VA</b>", | |
"x": 1, | |
"xref": "x52 domain", | |
"y": 1, | |
"yref": "y52 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>HI</b>", | |
"x": 1, | |
"xref": "x78 domain", | |
"y": 1, | |
"yref": "y78 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>UT</b>", | |
"x": 1, | |
"xref": "x46 domain", | |
"y": 1, | |
"yref": "y46 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>DC</b>", | |
"x": 1, | |
"xref": "x64 domain", | |
"y": 1, | |
"yref": "y64 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>ND</b>", | |
"x": 1, | |
"xref": "x26 domain", | |
"y": 1, | |
"yref": "y26 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>OR</b>", | |
"x": 1, | |
"xref": "x34 domain", | |
"y": 1, | |
"yref": "y34 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>NJ</b>", | |
"x": 1, | |
"xref": "x42 domain", | |
"y": 1, | |
"yref": "y42 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>MS</b>", | |
"x": 1, | |
"xref": "x72 domain", | |
"y": 1, | |
"yref": "y72 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>RI</b>", | |
"x": 1, | |
"xref": "x44 domain", | |
"y": 1, | |
"yref": "y44 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>WV</b>", | |
"x": 1, | |
"xref": "x51 domain", | |
"y": 1, | |
"yref": "y51 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>NM</b>", | |
"x": 1, | |
"xref": "x58 domain", | |
"y": 1, | |
"yref": "y58 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>MT</b>", | |
"x": 1, | |
"xref": "x25 domain", | |
"y": 1, | |
"yref": "y25 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>ID</b>", | |
"x": 1, | |
"xref": "x24 domain", | |
"y": 1, | |
"yref": "y24 domain" | |
}, | |
{ | |
"showarrow": false, | |
"text": "<b>WA</b>", | |
"x": 1, | |
"xref": "x23 domain", | |
"y": 1, | |
"yref": "y23 domain" | |
} | |
], | |
"bargap": 0.01, | |
"font": { | |
"family": "Balto", | |
"size": 9 | |
}, | |
"height": 487, | |
"margin": { | |
"b": 50, | |
"l": 50, | |
"r": 50, | |
"t": 60 | |
}, | |
"showlegend": false, | |
"sliders": [ | |
{ | |
"active": 0, | |
"minorticklen": 0, | |
"steps": [ | |
{ | |
"args": [ | |
[ | |
"fr1" | |
], | |
{ | |
"frame": { | |
"duration": 500, | |
"redraw": true | |
}, | |
"mode": "immediate", | |
"transition": { | |
"duration": 0 | |
} | |
} | |
], | |
"label": "1976", | |
"method": "animate" | |
}, | |
{ | |
"args": [ | |
[ | |
"fr2" | |
], | |
{ | |
"frame": { | |
"duration": 500, | |
"redraw": true | |
}, | |
"mode": "immediate", | |
"transition": { | |
"duration": 0 | |
} | |
} | |
], | |
"label": "1980", | |
"method": "animate" | |
}, | |
{ | |
"args": [ | |
[ | |
"fr3" | |
], | |
{ | |
"frame": { | |
"duration": 500, | |
"redraw": true | |
}, | |
"mode": "immediate", | |
"transition": { | |
"duration": 0 | |
} | |
} | |
], | |
"label": "1984", | |
"method": "animate" | |
}, | |
{ | |
"args": [ | |
[ | |
"fr4" | |
], | |
{ | |
"frame": { | |
"duration": 500, | |
"redraw": true | |
}, | |
"mode": "immediate", | |
"transition": { | |
"duration": 0 | |
} | |
} | |
], | |
"label": "1988", | |
"method": "animate" | |
}, | |
{ | |
"args": [ | |
[ | |
"fr5" | |
], | |
{ | |
"frame": { | |
"duration": 500, | |
"redraw": true | |
}, | |
"mode": "immediate", | |
"transition": { | |
"duration": 0 | |
} | |
} | |
], | |
"label": "1992", | |
"method": "animate" | |
}, | |
{ | |
"args": [ | |
[ | |
"fr6" | |
], | |
{ | |
"frame": { | |
"duration": 500, | |
"redraw": true | |
}, | |
"mode": "immediate", | |
"transition": { | |
"duration": 0 | |
} | |
} | |
], | |
"label": "1996", | |
"method": "animate" | |
}, | |
{ | |
"args": [ | |
[ | |
"fr7" | |
], | |
{ | |
"frame": { | |
"duration": 500, | |
"redraw": true | |
}, | |
"mode": "immediate", | |
"transition": { | |
"duration": 0 | |
} | |
} | |
], | |
"label": "2000", | |
"method": "animate" | |
}, | |
{ | |
"args": [ | |
[ | |
"fr8" | |
], | |
{ | |
"frame": { | |
"duration": 500, | |
"redraw": true | |
}, | |
"mode": "immediate", | |
"transition": { | |
"duration": 0 | |
} | |
} | |
], | |
"label": "2004", | |
"method": "animate" | |
}, | |
{ | |
"args": [ | |
[ | |
"fr9" | |
], | |
{ | |
"frame": { | |
"duration": 500, | |
"redraw": true | |
}, | |
"mode": "immediate", | |
"transition": { | |
"duration": 0 | |
} | |
} | |
], | |
"label": "2008", | |
"method": "animate" | |
}, | |
{ | |
"args": [ | |
[ | |
"fr10" | |
], | |
{ | |
"frame": { | |
"duration": 500, | |
"redraw": true | |
}, | |
"mode": "immediate", | |
"transition": { | |
"duration": 0 | |
} | |
} | |
], | |
"label": "2012", | |
"method": "animate" | |
}, | |
{ | |
"args": [ | |
[ | |
"fr11" | |
], | |
{ | |
"frame": { | |
"duration": 500, | |
"redraw": true | |
}, | |
"mode": "immediate", | |
"transition": { | |
"duration": 0 | |
} | |
} | |
], | |
"label": "2016", | |
"method": "animate" | |
}, | |
{ | |
"args": [ | |
[ | |
"fr12" | |
], | |
{ | |
"frame": { | |
"duration": 500, | |
"redraw": true | |
}, | |
"mode": "immediate", | |
"transition": { | |
"duration": 0 | |
} | |
} | |
], | |
"label": "2020", | |
"method": "animate" | |
} | |
] | |
} | |
], | |
"template": { | |
"data": { | |
"bar": [ | |
{ | |
"error_x": { | |
"color": "#2a3f5f" | |
}, | |
"error_y": { | |
"color": "#2a3f5f" | |
}, | |
"marker": { | |
"line": { | |
"color": "#E5ECF6", | |
"width": 0.5 | |
} | |
}, | |
"type": "bar" | |
} | |
], | |
"barpolar": [ | |
{ | |
"marker": { | |
"line": { | |
"color": "#E5ECF6", | |
"width": 0.5 | |
} | |
}, | |
"type": "barpolar" | |
} | |
], | |
"carpet": [ | |
{ | |
"aaxis": { | |
"endlinecolor": "#2a3f5f", | |
"gridcolor": "white", | |
"linecolor": "white", | |
"minorgridcolor": "white", | |
"startlinecolor": "#2a3f5f" | |
}, | |
"baxis": { | |
"endlinecolor": "#2a3f5f", | |
"gridcolor": "white", | |
"linecolor": "white", | |
"minorgridcolor": "white", | |
"startlinecolor": "#2a3f5f" | |
}, | |
"type": "carpet" | |
} | |
], | |
"choropleth": [ | |
{ | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
}, | |
"type": "choropleth" | |
} | |
], | |
"contour": [ | |
{ | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
}, | |
"colorscale": [ | |
[ | |
0, | |
"#0d0887" | |
], | |
[ | |
0.1111111111111111, | |
"#46039f" | |
], | |
[ | |
0.2222222222222222, | |
"#7201a8" | |
], | |
[ | |
0.3333333333333333, | |
"#9c179e" | |
], | |
[ | |
0.4444444444444444, | |
"#bd3786" | |
], | |
[ | |
0.5555555555555556, | |
"#d8576b" | |
], | |
[ | |
0.6666666666666666, | |
"#ed7953" | |
], | |
[ | |
0.7777777777777778, | |
"#fb9f3a" | |
], | |
[ | |
0.8888888888888888, | |
"#fdca26" | |
], | |
[ | |
1, | |
"#f0f921" | |
] | |
], | |
"type": "contour" | |
} | |
], | |
"contourcarpet": [ | |
{ | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
}, | |
"type": "contourcarpet" | |
} | |
], | |
"heatmap": [ | |
{ | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
}, | |
"colorscale": [ | |
[ | |
0, | |
"#0d0887" | |
], | |
[ | |
0.1111111111111111, | |
"#46039f" | |
], | |
[ | |
0.2222222222222222, | |
"#7201a8" | |
], | |
[ | |
0.3333333333333333, | |
"#9c179e" | |
], | |
[ | |
0.4444444444444444, | |
"#bd3786" | |
], | |
[ | |
0.5555555555555556, | |
"#d8576b" | |
], | |
[ | |
0.6666666666666666, | |
"#ed7953" | |
], | |
[ | |
0.7777777777777778, | |
"#fb9f3a" | |
], | |
[ | |
0.8888888888888888, | |
"#fdca26" | |
], | |
[ | |
1, | |
"#f0f921" | |
] | |
], | |
"type": "heatmap" | |
} | |
], | |
"heatmapgl": [ | |
{ | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
}, | |
"colorscale": [ | |
[ | |
0, | |
"#0d0887" | |
], | |
[ | |
0.1111111111111111, | |
"#46039f" | |
], | |
[ | |
0.2222222222222222, | |
"#7201a8" | |
], | |
[ | |
0.3333333333333333, | |
"#9c179e" | |
], | |
[ | |
0.4444444444444444, | |
"#bd3786" | |
], | |
[ | |
0.5555555555555556, | |
"#d8576b" | |
], | |
[ | |
0.6666666666666666, | |
"#ed7953" | |
], | |
[ | |
0.7777777777777778, | |
"#fb9f3a" | |
], | |
[ | |
0.8888888888888888, | |
"#fdca26" | |
], | |
[ | |
1, | |
"#f0f921" | |
] | |
], | |
"type": "heatmapgl" | |
} | |
], | |
"histogram": [ | |
{ | |
"marker": { | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
} | |
}, | |
"type": "histogram" | |
} | |
], | |
"histogram2d": [ | |
{ | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
}, | |
"colorscale": [ | |
[ | |
0, | |
"#0d0887" | |
], | |
[ | |
0.1111111111111111, | |
"#46039f" | |
], | |
[ | |
0.2222222222222222, | |
"#7201a8" | |
], | |
[ | |
0.3333333333333333, | |
"#9c179e" | |
], | |
[ | |
0.4444444444444444, | |
"#bd3786" | |
], | |
[ | |
0.5555555555555556, | |
"#d8576b" | |
], | |
[ | |
0.6666666666666666, | |
"#ed7953" | |
], | |
[ | |
0.7777777777777778, | |
"#fb9f3a" | |
], | |
[ | |
0.8888888888888888, | |
"#fdca26" | |
], | |
[ | |
1, | |
"#f0f921" | |
] | |
], | |
"type": "histogram2d" | |
} | |
], | |
"histogram2dcontour": [ | |
{ | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
}, | |
"colorscale": [ | |
[ | |
0, | |
"#0d0887" | |
], | |
[ | |
0.1111111111111111, | |
"#46039f" | |
], | |
[ | |
0.2222222222222222, | |
"#7201a8" | |
], | |
[ | |
0.3333333333333333, | |
"#9c179e" | |
], | |
[ | |
0.4444444444444444, | |
"#bd3786" | |
], | |
[ | |
0.5555555555555556, | |
"#d8576b" | |
], | |
[ | |
0.6666666666666666, | |
"#ed7953" | |
], | |
[ | |
0.7777777777777778, | |
"#fb9f3a" | |
], | |
[ | |
0.8888888888888888, | |
"#fdca26" | |
], | |
[ | |
1, | |
"#f0f921" | |
] | |
], | |
"type": "histogram2dcontour" | |
} | |
], | |
"mesh3d": [ | |
{ | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
}, | |
"type": "mesh3d" | |
} | |
], | |
"parcoords": [ | |
{ | |
"line": { | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
} | |
}, | |
"type": "parcoords" | |
} | |
], | |
"pie": [ | |
{ | |
"automargin": true, | |
"type": "pie" | |
} | |
], | |
"scatter": [ | |
{ | |
"marker": { | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
} | |
}, | |
"type": "scatter" | |
} | |
], | |
"scatter3d": [ | |
{ | |
"line": { | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
} | |
}, | |
"marker": { | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
} | |
}, | |
"type": "scatter3d" | |
} | |
], | |
"scattercarpet": [ | |
{ | |
"marker": { | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
} | |
}, | |
"type": "scattercarpet" | |
} | |
], | |
"scattergeo": [ | |
{ | |
"marker": { | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
} | |
}, | |
"type": "scattergeo" | |
} | |
], | |
"scattergl": [ | |
{ | |
"marker": { | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
} | |
}, | |
"type": "scattergl" | |
} | |
], | |
"scattermapbox": [ | |
{ | |
"marker": { | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
} | |
}, | |
"type": "scattermapbox" | |
} | |
], | |
"scatterpolar": [ | |
{ | |
"marker": { | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
} | |
}, | |
"type": "scatterpolar" | |
} | |
], | |
"scatterpolargl": [ | |
{ | |
"marker": { | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
} | |
}, | |
"type": "scatterpolargl" | |
} | |
], | |
"scatterternary": [ | |
{ | |
"marker": { | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
} | |
}, | |
"type": "scatterternary" | |
} | |
], | |
"surface": [ | |
{ | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
}, | |
"colorscale": [ | |
[ | |
0, | |
"#0d0887" | |
], | |
[ | |
0.1111111111111111, | |
"#46039f" | |
], | |
[ | |
0.2222222222222222, | |
"#7201a8" | |
], | |
[ | |
0.3333333333333333, | |
"#9c179e" | |
], | |
[ | |
0.4444444444444444, | |
"#bd3786" | |
], | |
[ | |
0.5555555555555556, | |
"#d8576b" | |
], | |
[ | |
0.6666666666666666, | |
"#ed7953" | |
], | |
[ | |
0.7777777777777778, | |
"#fb9f3a" | |
], | |
[ | |
0.8888888888888888, | |
"#fdca26" | |
], | |
[ | |
1, | |
"#f0f921" | |
] | |
], | |
"type": "surface" | |
} | |
], | |
"table": [ | |
{ | |
"cells": { | |
"fill": { | |
"color": "#EBF0F8" | |
}, | |
"line": { | |
"color": "white" | |
} | |
}, | |
"header": { | |
"fill": { | |
"color": "#C8D4E3" | |
}, | |
"line": { | |
"color": "white" | |
} | |
}, | |
"type": "table" | |
} | |
] | |
}, | |
"layout": { | |
"annotationdefaults": { | |
"arrowcolor": "#2a3f5f", | |
"arrowhead": 0, | |
"arrowwidth": 1 | |
}, | |
"autotypenumbers": "strict", | |
"coloraxis": { | |
"colorbar": { | |
"outlinewidth": 0, | |
"ticks": "" | |
} | |
}, | |
"colorscale": { | |
"diverging": [ | |
[ | |
0, | |
"#8e0152" | |
], | |
[ | |
0.1, | |
"#c51b7d" | |
], | |
[ | |
0.2, | |
"#de77ae" | |
], | |
[ | |
0.3, | |
"#f1b6da" | |
], | |
[ | |
0.4, | |
"#fde0ef" | |
], | |
[ | |
0.5, | |
"#f7f7f7" | |
], | |
[ | |
0.6, | |
"#e6f5d0" | |
], | |
[ | |
0.7, | |
"#b8e186" | |
], | |
[ | |
0.8, | |
"#7fbc41" | |
], | |
[ | |
0.9, | |
"#4d9221" | |
], | |
[ | |
1, | |
"#276419" | |
] | |
], | |
"sequential": [ | |
[ | |
0, | |
"#0d0887" | |
], | |
[ | |
0.1111111111111111, | |
"#46039f" | |
], | |
[ | |
0.2222222222222222, | |
"#7201a8" | |
], | |
[ | |
0.3333333333333333, | |
"#9c179e" | |
], | |
[ | |
0.4444444444444444, | |
"#bd3786" | |
], | |
[ | |
0.5555555555555556, | |
"#d8576b" | |
], | |
[ | |
0.6666666666666666, | |
"#ed7953" | |
], | |
[ | |
0.7777777777777778, | |
"#fb9f3a" | |
], | |
[ | |
0.8888888888888888, | |
"#fdca26" | |
], | |
[ | |
1, | |
"#f0f921" | |
] | |
], | |
"sequentialminus": [ | |
[ | |
0, | |
"#0d0887" | |
], | |
[ | |
0.1111111111111111, | |
"#46039f" | |
], | |
[ | |
0.2222222222222222, | |
"#7201a8" | |
], | |
[ | |
0.3333333333333333, | |
"#9c179e" | |
], | |
[ | |
0.4444444444444444, | |
"#bd3786" | |
], | |
[ | |
0.5555555555555556, | |
"#d8576b" | |
], | |
[ | |
0.6666666666666666, | |
"#ed7953" | |
], | |
[ | |
0.7777777777777778, | |
"#fb9f3a" | |
], | |
[ | |
0.8888888888888888, | |
"#fdca26" | |
], | |
[ | |
1, | |
"#f0f921" | |
] | |
] | |
}, | |
"colorway": [ | |
"#636efa", | |
"#EF553B", | |
"#00cc96", | |
"#ab63fa", | |
"#FFA15A", | |
"#19d3f3", | |
"#FF6692", | |
"#B6E880", | |
"#FF97FF", | |
"#FECB52" | |
], | |
"font": { | |
"color": "#2a3f5f" | |
}, | |
"geo": { | |
"bgcolor": "white", | |
"lakecolor": "white", | |
"landcolor": "#E5ECF6", | |
"showlakes": true, | |
"showland": true, | |
"subunitcolor": "white" | |
}, | |
"hoverlabel": { | |
"align": "left" | |
}, | |
"hovermode": "closest", | |
"mapbox": { | |
"style": "light" | |
}, | |
"paper_bgcolor": "white", | |
"plot_bgcolor": "#E5ECF6", | |
"polar": { | |
"angularaxis": { | |
"gridcolor": "white", | |
"linecolor": "white", | |
"ticks": "" | |
}, | |
"bgcolor": "#E5ECF6", | |
"radialaxis": { | |
"gridcolor": "white", | |
"linecolor": "white", | |
"ticks": "" | |
} | |
}, | |
"scene": { | |
"xaxis": { | |
"backgroundcolor": "#E5ECF6", | |
"gridcolor": "white", | |
"gridwidth": 2, | |
"linecolor": "white", | |
"showbackground": true, | |
"ticks": "", | |
"zerolinecolor": "white" | |
}, | |
"yaxis": { | |
"backgroundcolor": "#E5ECF6", | |
"gridcolor": "white", | |
"gridwidth": 2, | |
"linecolor": "white", | |
"showbackground": true, | |
"ticks": "", | |
"zerolinecolor": "white" | |
}, | |
"zaxis": { | |
"backgroundcolor": "#E5ECF6", | |
"gridcolor": "white", | |
"gridwidth": 2, | |
"linecolor": "white", | |
"showbackground": true, | |
"ticks": "", | |
"zerolinecolor": "white" | |
} | |
}, | |
"shapedefaults": { | |
"line": { | |
"color": "#2a3f5f" | |
} | |
}, | |
"ternary": { | |
"aaxis": { | |
"gridcolor": "white", | |
"linecolor": "white", | |
"ticks": "" | |
}, | |
"baxis": { | |
"gridcolor": "white", | |
"linecolor": "white", | |
"ticks": "" | |
}, | |
"bgcolor": "#E5ECF6", | |
"caxis": { | |
"gridcolor": "white", | |
"linecolor": "white", | |
"ticks": "" | |
} | |
}, | |
"title": { | |
"x": 0.05 | |
}, | |
"xaxis": { | |
"automargin": true, | |
"gridcolor": "white", | |
"linecolor": "white", | |
"ticks": "", | |
"title": { | |
"standoff": 15 | |
}, | |
"zerolinecolor": "white", | |
"zerolinewidth": 2 | |
}, | |
"yaxis": { | |
"automargin": true, | |
"gridcolor": "white", | |
"linecolor": "white", | |
"ticks": "", | |
"title": { | |
"standoff": 15 | |
}, | |
"zerolinecolor": "white", | |
"zerolinewidth": 2 | |
} | |
} | |
}, | |
"title": { | |
"text": "<b>1976 US Presidential Election<br>Democrat: CARTER, JIMMY, \n Republican: FORD, GERALD</b>", | |
"x": 0.5 | |
}, | |
"updatemenus": [ | |
{ | |
"active": 0, | |
"buttons": [ | |
{ | |
"args": [ | |
null, | |
{ | |
"frame": { | |
"duration": 5, | |
"redraw": true | |
}, | |
"fromcurrent": true, | |
"mode": "immediate", | |
"transition": { | |
"duration": 0 | |
} | |
} | |
], | |
"label": "Play", | |
"method": "animate" | |
} | |
], | |
"type": "buttons", | |
"x": 1.1, | |
"y": 1 | |
} | |
], | |
"width": 650, | |
"xaxis": { | |
"anchor": "y", | |
"domain": [ | |
0, | |
0.08 | |
], | |
"showticklabels": false | |
}, | |
"xaxis10": { | |
"anchor": "y10", | |
"domain": [ | |
0.828, | |
0.9079999999999999 | |
] | |
}, | |
"xaxis11": { | |
"anchor": "y11", | |
"domain": [ | |
0.9199999999999999, | |
0.9999999999999999 | |
], | |
"showticklabels": false | |
}, | |
"xaxis12": { | |
"anchor": "y12", | |
"domain": [ | |
0, | |
0.08 | |
] | |
}, | |
"xaxis13": { | |
"anchor": "y13", | |
"domain": [ | |
0.092, | |
0.172 | |
] | |
}, | |
"xaxis14": { | |
"anchor": "y14", | |
"domain": [ | |
0.184, | |
0.264 | |
] | |
}, | |
"xaxis15": { | |
"anchor": "y15", | |
"domain": [ | |
0.276, | |
0.35600000000000004 | |
] | |
}, | |
"xaxis16": { | |
"anchor": "y16", | |
"domain": [ | |
0.368, | |
0.448 | |
] | |
}, | |
"xaxis17": { | |
"anchor": "y17", | |
"domain": [ | |
0.46, | |
0.54 | |
], | |
"showticklabels": false | |
}, | |
"xaxis18": { | |
"anchor": "y18", | |
"domain": [ | |
0.552, | |
0.632 | |
] | |
}, | |
"xaxis19": { | |
"anchor": "y19", | |
"domain": [ | |
0.644, | |
0.724 | |
] | |
}, | |
"xaxis2": { | |
"anchor": "y2", | |
"domain": [ | |
0.092, | |
0.172 | |
] | |
}, | |
"xaxis20": { | |
"anchor": "y20", | |
"domain": [ | |
0.736, | |
0.816 | |
] | |
}, | |
"xaxis21": { | |
"anchor": "y21", | |
"domain": [ | |
0.828, | |
0.9079999999999999 | |
], | |
"showticklabels": false | |
}, | |
"xaxis22": { | |
"anchor": "y22", | |
"domain": [ | |
0.9199999999999999, | |
0.9999999999999999 | |
], | |
"showticklabels": false | |
}, | |
"xaxis23": { | |
"anchor": "y23", | |
"domain": [ | |
0, | |
0.08 | |
], | |
"showticklabels": false | |
}, | |
"xaxis24": { | |
"anchor": "y24", | |
"domain": [ | |
0.092, | |
0.172 | |
], | |
"showticklabels": false | |
}, | |
"xaxis25": { | |
"anchor": "y25", | |
"domain": [ | |
0.184, | |
0.264 | |
], | |
"showticklabels": false | |
}, | |
"xaxis26": { | |
"anchor": "y26", | |
"domain": [ | |
0.276, | |
0.35600000000000004 | |
], | |
"showticklabels": false | |
}, | |
"xaxis27": { | |
"anchor": "y27", | |
"domain": [ | |
0.368, | |
0.448 | |
], | |
"showticklabels": false | |
}, | |
"xaxis28": { | |
"anchor": "y28", | |
"domain": [ | |
0.46, | |
0.54 | |
], | |
"showticklabels": false | |
}, | |
"xaxis29": { | |
"anchor": "y29", | |
"domain": [ | |
0.552, | |
0.632 | |
], | |
"showticklabels": false | |
}, | |
"xaxis3": { | |
"anchor": "y3", | |
"domain": [ | |
0.184, | |
0.264 | |
] | |
}, | |
"xaxis30": { | |
"anchor": "y30", | |
"domain": [ | |
0.644, | |
0.724 | |
] | |
}, | |
"xaxis31": { | |
"anchor": "y31", | |
"domain": [ | |
0.736, | |
0.816 | |
], | |
"showticklabels": false | |
}, | |
"xaxis32": { | |
"anchor": "y32", | |
"domain": [ | |
0.828, | |
0.9079999999999999 | |
], | |
"showticklabels": false | |
}, | |
"xaxis33": { | |
"anchor": "y33", | |
"domain": [ | |
0.9199999999999999, | |
0.9999999999999999 | |
] | |
}, | |
"xaxis34": { | |
"anchor": "y34", | |
"domain": [ | |
0, | |
0.08 | |
], | |
"showticklabels": false | |
}, | |
"xaxis35": { | |
"anchor": "y35", | |
"domain": [ | |
0.092, | |
0.172 | |
], | |
"showticklabels": false | |
}, | |
"xaxis36": { | |
"anchor": "y36", | |
"domain": [ | |
0.184, | |
0.264 | |
], | |
"showticklabels": false | |
}, | |
"xaxis37": { | |
"anchor": "y37", | |
"domain": [ | |
0.276, | |
0.35600000000000004 | |
], | |
"showticklabels": false | |
}, | |
"xaxis38": { | |
"anchor": "y38", | |
"domain": [ | |
0.368, | |
0.448 | |
], | |
"showticklabels": false | |
}, | |
"xaxis39": { | |
"anchor": "y39", | |
"domain": [ | |
0.46, | |
0.54 | |
], | |
"showticklabels": false | |
}, | |
"xaxis4": { | |
"anchor": "y4", | |
"domain": [ | |
0.276, | |
0.35600000000000004 | |
] | |
}, | |
"xaxis40": { | |
"anchor": "y40", | |
"domain": [ | |
0.552, | |
0.632 | |
], | |
"showticklabels": false | |
}, | |
"xaxis41": { | |
"anchor": "y41", | |
"domain": [ | |
0.644, | |
0.724 | |
], | |
"showticklabels": false | |
}, | |
"xaxis42": { | |
"anchor": "y42", | |
"domain": [ | |
0.736, | |
0.816 | |
], | |
"showticklabels": false | |
}, | |
"xaxis43": { | |
"anchor": "y43", | |
"domain": [ | |
0.828, | |
0.9079999999999999 | |
], | |
"showticklabels": false | |
}, | |
"xaxis44": { | |
"anchor": "y44", | |
"domain": [ | |
0.9199999999999999, | |
0.9999999999999999 | |
], | |
"showticklabels": false | |
}, | |
"xaxis45": { | |
"anchor": "y45", | |
"domain": [ | |
0, | |
0.08 | |
], | |
"showticklabels": false | |
}, | |
"xaxis46": { | |
"anchor": "y46", | |
"domain": [ | |
0.092, | |
0.172 | |
], | |
"showticklabels": false | |
}, | |
"xaxis47": { | |
"anchor": "y47", | |
"domain": [ | |
0.184, | |
0.264 | |
], | |
"showticklabels": false | |
}, | |
"xaxis48": { | |
"anchor": "y48", | |
"domain": [ | |
0.276, | |
0.35600000000000004 | |
], | |
"showticklabels": false | |
}, | |
"xaxis49": { | |
"anchor": "y49", | |
"domain": [ | |
0.368, | |
0.448 | |
], | |
"showticklabels": false | |
}, | |
"xaxis5": { | |
"anchor": "y5", | |
"domain": [ | |
0.368, | |
0.448 | |
] | |
}, | |
"xaxis50": { | |
"anchor": "y50", | |
"domain": [ | |
0.46, | |
0.54 | |
], | |
"showticklabels": false | |
}, | |
"xaxis51": { | |
"anchor": "y51", | |
"domain": [ | |
0.552, | |
0.632 | |
], | |
"showticklabels": false | |
}, | |
"xaxis52": { | |
"anchor": "y52", | |
"domain": [ | |
0.644, | |
0.724 | |
], | |
"showticklabels": false | |
}, | |
"xaxis53": { | |
"anchor": "y53", | |
"domain": [ | |
0.736, | |
0.816 | |
], | |
"showticklabels": false | |
}, | |
"xaxis54": { | |
"anchor": "y54", | |
"domain": [ | |
0.828, | |
0.9079999999999999 | |
], | |
"showticklabels": false | |
}, | |
"xaxis55": { | |
"anchor": "y55", | |
"domain": [ | |
0.9199999999999999, | |
0.9999999999999999 | |
] | |
}, | |
"xaxis56": { | |
"anchor": "y56", | |
"domain": [ | |
0, | |
0.08 | |
] | |
}, | |
"xaxis57": { | |
"anchor": "y57", | |
"domain": [ | |
0.092, | |
0.172 | |
], | |
"showticklabels": false | |
}, | |
"xaxis58": { | |
"anchor": "y58", | |
"domain": [ | |
0.184, | |
0.264 | |
], | |
"showticklabels": false | |
}, | |
"xaxis59": { | |
"anchor": "y59", | |
"domain": [ | |
0.276, | |
0.35600000000000004 | |
], | |
"showticklabels": false | |
}, | |
"xaxis6": { | |
"anchor": "y6", | |
"domain": [ | |
0.46, | |
0.54 | |
] | |
}, | |
"xaxis60": { | |
"anchor": "y60", | |
"domain": [ | |
0.368, | |
0.448 | |
], | |
"showticklabels": false | |
}, | |
"xaxis61": { | |
"anchor": "y61", | |
"domain": [ | |
0.46, | |
0.54 | |
], | |
"showticklabels": false | |
}, | |
"xaxis62": { | |
"anchor": "y62", | |
"domain": [ | |
0.552, | |
0.632 | |
], | |
"showticklabels": false | |
}, | |
"xaxis63": { | |
"anchor": "y63", | |
"domain": [ | |
0.644, | |
0.724 | |
], | |
"showticklabels": false | |
}, | |
"xaxis64": { | |
"anchor": "y64", | |
"domain": [ | |
0.736, | |
0.816 | |
], | |
"showticklabels": false | |
}, | |
"xaxis65": { | |
"anchor": "y65", | |
"domain": [ | |
0.828, | |
0.9079999999999999 | |
] | |
}, | |
"xaxis66": { | |
"anchor": "y66", | |
"domain": [ | |
0.9199999999999999, | |
0.9999999999999999 | |
] | |
}, | |
"xaxis67": { | |
"anchor": "y67", | |
"domain": [ | |
0, | |
0.08 | |
] | |
}, | |
"xaxis68": { | |
"anchor": "y68", | |
"domain": [ | |
0.092, | |
0.172 | |
] | |
}, | |
"xaxis69": { | |
"anchor": "y69", | |
"domain": [ | |
0.184, | |
0.264 | |
] | |
}, | |
"xaxis7": { | |
"anchor": "y7", | |
"domain": [ | |
0.552, | |
0.632 | |
] | |
}, | |
"xaxis70": { | |
"anchor": "y70", | |
"domain": [ | |
0.276, | |
0.35600000000000004 | |
], | |
"showticklabels": false | |
}, | |
"xaxis71": { | |
"anchor": "y71", | |
"domain": [ | |
0.368, | |
0.448 | |
], | |
"showticklabels": false | |
}, | |
"xaxis72": { | |
"anchor": "y72", | |
"domain": [ | |
0.46, | |
0.54 | |
], | |
"showticklabels": false | |
}, | |
"xaxis73": { | |
"anchor": "y73", | |
"domain": [ | |
0.552, | |
0.632 | |
], | |
"showticklabels": false | |
}, | |
"xaxis74": { | |
"anchor": "y74", | |
"domain": [ | |
0.644, | |
0.724 | |
], | |
"showticklabels": false | |
}, | |
"xaxis75": { | |
"anchor": "y75", | |
"domain": [ | |
0.736, | |
0.816 | |
] | |
}, | |
"xaxis76": { | |
"anchor": "y76", | |
"domain": [ | |
0.828, | |
0.9079999999999999 | |
] | |
}, | |
"xaxis77": { | |
"anchor": "y77", | |
"domain": [ | |
0.9199999999999999, | |
0.9999999999999999 | |
] | |
}, | |
"xaxis78": { | |
"anchor": "y78", | |
"domain": [ | |
0, | |
0.08 | |
], | |
"showticklabels": false | |
}, | |
"xaxis79": { | |
"anchor": "y79", | |
"domain": [ | |
0.092, | |
0.172 | |
] | |
}, | |
"xaxis8": { | |
"anchor": "y8", | |
"domain": [ | |
0.644, | |
0.724 | |
] | |
}, | |
"xaxis80": { | |
"anchor": "y80", | |
"domain": [ | |
0.184, | |
0.264 | |
] | |
}, | |
"xaxis81": { | |
"anchor": "y81", | |
"domain": [ | |
0.276, | |
0.35600000000000004 | |
], | |
"showticklabels": false | |
}, | |
"xaxis82": { | |
"anchor": "y82", | |
"domain": [ | |
0.368, | |
0.448 | |
] | |
}, | |
"xaxis83": { | |
"anchor": "y83", | |
"domain": [ | |
0.46, | |
0.54 | |
] | |
}, | |
"xaxis84": { | |
"anchor": "y84", | |
"domain": [ | |
0.552, | |
0.632 | |
] | |
}, | |
"xaxis85": { | |
"anchor": "y85", | |
"domain": [ | |
0.644, | |
0.724 | |
] | |
}, | |
"xaxis86": { | |
"anchor": "y86", | |
"domain": [ | |
0.736, | |
0.816 | |
], | |
"showticklabels": false | |
}, | |
"xaxis87": { | |
"anchor": "y87", | |
"domain": [ | |
0.828, | |
0.9079999999999999 | |
] | |
}, | |
"xaxis88": { | |
"anchor": "y88", | |
"domain": [ | |
0.9199999999999999, | |
0.9999999999999999 | |
] | |
}, | |
"xaxis9": { | |
"anchor": "y9", | |
"domain": [ | |
0.736, | |
0.816 | |
] | |
}, | |
"yaxis": { | |
"anchor": "x", | |
"domain": [ | |
0.8855000000000001, | |
1 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis10": { | |
"anchor": "x10", | |
"domain": [ | |
0.8855000000000001, | |
1 | |
] | |
}, | |
"yaxis11": { | |
"anchor": "x11", | |
"domain": [ | |
0.8855000000000001, | |
1 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis12": { | |
"anchor": "x12", | |
"domain": [ | |
0.7590000000000001, | |
0.8735000000000002 | |
] | |
}, | |
"yaxis13": { | |
"anchor": "x13", | |
"domain": [ | |
0.7590000000000001, | |
0.8735000000000002 | |
] | |
}, | |
"yaxis14": { | |
"anchor": "x14", | |
"domain": [ | |
0.7590000000000001, | |
0.8735000000000002 | |
] | |
}, | |
"yaxis15": { | |
"anchor": "x15", | |
"domain": [ | |
0.7590000000000001, | |
0.8735000000000002 | |
] | |
}, | |
"yaxis16": { | |
"anchor": "x16", | |
"domain": [ | |
0.7590000000000001, | |
0.8735000000000002 | |
] | |
}, | |
"yaxis17": { | |
"anchor": "x17", | |
"domain": [ | |
0.7590000000000001, | |
0.8735000000000002 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis18": { | |
"anchor": "x18", | |
"domain": [ | |
0.7590000000000001, | |
0.8735000000000002 | |
] | |
}, | |
"yaxis19": { | |
"anchor": "x19", | |
"domain": [ | |
0.7590000000000001, | |
0.8735000000000002 | |
] | |
}, | |
"yaxis2": { | |
"anchor": "x2", | |
"domain": [ | |
0.8855000000000001, | |
1 | |
] | |
}, | |
"yaxis20": { | |
"anchor": "x20", | |
"domain": [ | |
0.7590000000000001, | |
0.8735000000000002 | |
] | |
}, | |
"yaxis21": { | |
"anchor": "x21", | |
"domain": [ | |
0.7590000000000001, | |
0.8735000000000002 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis22": { | |
"anchor": "x22", | |
"domain": [ | |
0.7590000000000001, | |
0.8735000000000002 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis23": { | |
"anchor": "x23", | |
"domain": [ | |
0.6325000000000001, | |
0.7470000000000001 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis24": { | |
"anchor": "x24", | |
"domain": [ | |
0.6325000000000001, | |
0.7470000000000001 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis25": { | |
"anchor": "x25", | |
"domain": [ | |
0.6325000000000001, | |
0.7470000000000001 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis26": { | |
"anchor": "x26", | |
"domain": [ | |
0.6325000000000001, | |
0.7470000000000001 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis27": { | |
"anchor": "x27", | |
"domain": [ | |
0.6325000000000001, | |
0.7470000000000001 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis28": { | |
"anchor": "x28", | |
"domain": [ | |
0.6325000000000001, | |
0.7470000000000001 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis29": { | |
"anchor": "x29", | |
"domain": [ | |
0.6325000000000001, | |
0.7470000000000001 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis3": { | |
"anchor": "x3", | |
"domain": [ | |
0.8855000000000001, | |
1 | |
] | |
}, | |
"yaxis30": { | |
"anchor": "x30", | |
"domain": [ | |
0.6325000000000001, | |
0.7470000000000001 | |
] | |
}, | |
"yaxis31": { | |
"anchor": "x31", | |
"domain": [ | |
0.6325000000000001, | |
0.7470000000000001 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis32": { | |
"anchor": "x32", | |
"domain": [ | |
0.6325000000000001, | |
0.7470000000000001 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis33": { | |
"anchor": "x33", | |
"domain": [ | |
0.6325000000000001, | |
0.7470000000000001 | |
] | |
}, | |
"yaxis34": { | |
"anchor": "x34", | |
"domain": [ | |
0.506, | |
0.6205 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis35": { | |
"anchor": "x35", | |
"domain": [ | |
0.506, | |
0.6205 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis36": { | |
"anchor": "x36", | |
"domain": [ | |
0.506, | |
0.6205 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis37": { | |
"anchor": "x37", | |
"domain": [ | |
0.506, | |
0.6205 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis38": { | |
"anchor": "x38", | |
"domain": [ | |
0.506, | |
0.6205 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis39": { | |
"anchor": "x39", | |
"domain": [ | |
0.506, | |
0.6205 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis4": { | |
"anchor": "x4", | |
"domain": [ | |
0.8855000000000001, | |
1 | |
] | |
}, | |
"yaxis40": { | |
"anchor": "x40", | |
"domain": [ | |
0.506, | |
0.6205 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis41": { | |
"anchor": "x41", | |
"domain": [ | |
0.506, | |
0.6205 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis42": { | |
"anchor": "x42", | |
"domain": [ | |
0.506, | |
0.6205 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis43": { | |
"anchor": "x43", | |
"domain": [ | |
0.506, | |
0.6205 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis44": { | |
"anchor": "x44", | |
"domain": [ | |
0.506, | |
0.6205 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis45": { | |
"anchor": "x45", | |
"domain": [ | |
0.37950000000000006, | |
0.49400000000000005 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis46": { | |
"anchor": "x46", | |
"domain": [ | |
0.37950000000000006, | |
0.49400000000000005 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis47": { | |
"anchor": "x47", | |
"domain": [ | |
0.37950000000000006, | |
0.49400000000000005 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis48": { | |
"anchor": "x48", | |
"domain": [ | |
0.37950000000000006, | |
0.49400000000000005 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis49": { | |
"anchor": "x49", | |
"domain": [ | |
0.37950000000000006, | |
0.49400000000000005 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis5": { | |
"anchor": "x5", | |
"domain": [ | |
0.8855000000000001, | |
1 | |
] | |
}, | |
"yaxis50": { | |
"anchor": "x50", | |
"domain": [ | |
0.37950000000000006, | |
0.49400000000000005 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis51": { | |
"anchor": "x51", | |
"domain": [ | |
0.37950000000000006, | |
0.49400000000000005 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis52": { | |
"anchor": "x52", | |
"domain": [ | |
0.37950000000000006, | |
0.49400000000000005 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis53": { | |
"anchor": "x53", | |
"domain": [ | |
0.37950000000000006, | |
0.49400000000000005 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis54": { | |
"anchor": "x54", | |
"domain": [ | |
0.37950000000000006, | |
0.49400000000000005 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis55": { | |
"anchor": "x55", | |
"domain": [ | |
0.37950000000000006, | |
0.49400000000000005 | |
] | |
}, | |
"yaxis56": { | |
"anchor": "x56", | |
"domain": [ | |
0.253, | |
0.3675 | |
] | |
}, | |
"yaxis57": { | |
"anchor": "x57", | |
"domain": [ | |
0.253, | |
0.3675 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis58": { | |
"anchor": "x58", | |
"domain": [ | |
0.253, | |
0.3675 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis59": { | |
"anchor": "x59", | |
"domain": [ | |
0.253, | |
0.3675 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis6": { | |
"anchor": "x6", | |
"domain": [ | |
0.8855000000000001, | |
1 | |
] | |
}, | |
"yaxis60": { | |
"anchor": "x60", | |
"domain": [ | |
0.253, | |
0.3675 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis61": { | |
"anchor": "x61", | |
"domain": [ | |
0.253, | |
0.3675 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis62": { | |
"anchor": "x62", | |
"domain": [ | |
0.253, | |
0.3675 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis63": { | |
"anchor": "x63", | |
"domain": [ | |
0.253, | |
0.3675 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis64": { | |
"anchor": "x64", | |
"domain": [ | |
0.253, | |
0.3675 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis65": { | |
"anchor": "x65", | |
"domain": [ | |
0.253, | |
0.3675 | |
] | |
}, | |
"yaxis66": { | |
"anchor": "x66", | |
"domain": [ | |
0.253, | |
0.3675 | |
] | |
}, | |
"yaxis67": { | |
"anchor": "x67", | |
"domain": [ | |
0.1265, | |
0.241 | |
] | |
}, | |
"yaxis68": { | |
"anchor": "x68", | |
"domain": [ | |
0.1265, | |
0.241 | |
] | |
}, | |
"yaxis69": { | |
"anchor": "x69", | |
"domain": [ | |
0.1265, | |
0.241 | |
] | |
}, | |
"yaxis7": { | |
"anchor": "x7", | |
"domain": [ | |
0.8855000000000001, | |
1 | |
] | |
}, | |
"yaxis70": { | |
"anchor": "x70", | |
"domain": [ | |
0.1265, | |
0.241 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis71": { | |
"anchor": "x71", | |
"domain": [ | |
0.1265, | |
0.241 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis72": { | |
"anchor": "x72", | |
"domain": [ | |
0.1265, | |
0.241 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis73": { | |
"anchor": "x73", | |
"domain": [ | |
0.1265, | |
0.241 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis74": { | |
"anchor": "x74", | |
"domain": [ | |
0.1265, | |
0.241 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis75": { | |
"anchor": "x75", | |
"domain": [ | |
0.1265, | |
0.241 | |
] | |
}, | |
"yaxis76": { | |
"anchor": "x76", | |
"domain": [ | |
0.1265, | |
0.241 | |
] | |
}, | |
"yaxis77": { | |
"anchor": "x77", | |
"domain": [ | |
0.1265, | |
0.241 | |
] | |
}, | |
"yaxis78": { | |
"anchor": "x78", | |
"domain": [ | |
0, | |
0.1145 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis79": { | |
"anchor": "x79", | |
"domain": [ | |
0, | |
0.1145 | |
] | |
}, | |
"yaxis8": { | |
"anchor": "x8", | |
"domain": [ | |
0.8855000000000001, | |
1 | |
] | |
}, | |
"yaxis80": { | |
"anchor": "x80", | |
"domain": [ | |
0, | |
0.1145 | |
] | |
}, | |
"yaxis81": { | |
"anchor": "x81", | |
"domain": [ | |
0, | |
0.1145 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis82": { | |
"anchor": "x82", | |
"domain": [ | |
0, | |
0.1145 | |
] | |
}, | |
"yaxis83": { | |
"anchor": "x83", | |
"domain": [ | |
0, | |
0.1145 | |
] | |
}, | |
"yaxis84": { | |
"anchor": "x84", | |
"domain": [ | |
0, | |
0.1145 | |
] | |
}, | |
"yaxis85": { | |
"anchor": "x85", | |
"domain": [ | |
0, | |
0.1145 | |
] | |
}, | |
"yaxis86": { | |
"anchor": "x86", | |
"domain": [ | |
0, | |
0.1145 | |
], | |
"range": [ | |
0, | |
82 | |
], | |
"showgrid": false, | |
"showticklabels": false | |
}, | |
"yaxis87": { | |
"anchor": "x87", | |
"domain": [ | |
0, | |
0.1145 | |
] | |
}, | |
"yaxis88": { | |
"anchor": "x88", | |
"domain": [ | |
0, | |
0.1145 | |
] | |
}, | |
"yaxis9": { | |
"anchor": "x9", | |
"domain": [ | |
0.8855000000000001, | |
1 | |
] | |
} | |
} | |
}, | |
"text/html": [ | |
"<html>\n", | |
"<head><meta charset=\"utf-8\" /></head>\n", | |
"<body>\n", | |
"<div>\n", | |
" <script src=\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_SVG\"></script>\n", | |
" <script type=\"text/javascript\">\n", | |
"window.PlotlyConfig = {MathJaxConfig: 'local'};\n", | |
"</script>\n", | |
"<script type=\"text/javascript\">\n", | |
"if (window.MathJax) {MathJax.Hub.Config({SVG: {font: \"STIX-Web\"}});}\n", | |
"</script>\n", | |
"<script type=\"text/javascript\">\n", | |
" if (typeof require !== 'undefined') {\n", | |
" require.undef(\"plotly\");\n", | |
" requirejs.config({\n", | |
" paths: {\n", | |
" 'plotly': ['https://cdn.plot.ly/plotly-2.3.0.min']\n", | |
" }\n", | |
" });\n", | |
" require(['plotly'], function(Plotly) {\n", | |
" window._Plotly = Plotly;\n", | |
" });\n", | |
" }\n", | |
"</script>\n", | |
"\n", | |
" <div\n", | |
" id=d6bf81f1-4ed5-40f6-8993-0ed27dfcf002\n", | |
" class=\"plotly-graph-div\"\n", | |
" style=\"height:487; width:650;\">\n", | |
" </div>\n", | |
" <script type=\"text/javascript\">\n", | |
" require([\"plotly\"], function(Plotly) {\n", | |
" window.PLOTLYENV = window.PLOTLYENV || {}\n", | |
" \n", | |
" if (document.getElementById('d6bf81f1-4ed5-40f6-8993-0ed27dfcf002')) {\n", | |
" Plotly.newPlot(\n", | |
" 'd6bf81f1-4ed5-40f6-8993-0ed27dfcf002',\n", | |
" [{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x\",\"y\":[36,58,6],\"type\":\"bar\",\"name\":\"<b>Alaska</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"36%\",\"58%\",\"6%\"],\"yaxis\":\"y\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x11\",\"y\":[48,49,3],\"type\":\"bar\",\"name\":\"<b>Maine</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"48%\",\"49%\",\"3%\"],\"yaxis\":\"y11\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x17\",\"y\":[50,48,3],\"type\":\"bar\",\"name\":\"<b>Wisconsin</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"50%\",\"48%\",\"3%\"],\"yaxis\":\"y17\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x21\",\"y\":[42,55,3],\"type\":\"bar\",\"name\":\"<b>Vermont</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"42%\",\"55%\",\"3%\"],\"yaxis\":\"y21\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x22\",\"y\":[43,55,2],\"type\":\"bar\",\"name\":\"<b>New Hampshire</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"43%\",\"55%\",\"2%\"],\"yaxis\":\"y22\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x23\",\"y\":[46,50,4],\"type\":\"bar\",\"name\":\"<b>Washington</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"46%\",\"50%\",\"4%\"],\"yaxis\":\"y23\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x24\",\"y\":[37,60,3],\"type\":\"bar\",\"name\":\"<b>Idaho</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"37%\",\"60%\",\"3%\"],\"yaxis\":\"y24\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x25\",\"y\":[45,53,2],\"type\":\"bar\",\"name\":\"<b>Montana</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"45%\",\"53%\",\"2%\"],\"yaxis\":\"y25\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x26\",\"y\":[46,52,3],\"type\":\"bar\",\"name\":\"<b>North Dakota</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"46%\",\"52%\",\"3%\"],\"yaxis\":\"y26\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x27\",\"y\":[55,42,3],\"type\":\"bar\",\"name\":\"<b>Minnesota</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"55%\",\"42%\",\"3%\"],\"yaxis\":\"y27\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x28\",\"y\":[48,50,2],\"type\":\"bar\",\"name\":\"<b>Illinois</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"48%\",\"50%\",\"2%\"],\"yaxis\":\"y28\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x29\",\"y\":[46,52,2],\"type\":\"bar\",\"name\":\"<b>Michigan</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"46%\",\"52%\",\"2%\"],\"yaxis\":\"y29\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x31\",\"y\":[49,42,9],\"type\":\"bar\",\"name\":\"<b>New York</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"49%\",\"42%\",\"9%\"],\"yaxis\":\"y31\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x32\",\"y\":[56,40,3],\"type\":\"bar\",\"name\":\"<b>Massachusetts</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"56%\",\"40%\",\"3%\"],\"yaxis\":\"y32\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x34\",\"y\":[48,48,5],\"type\":\"bar\",\"name\":\"<b>Oregon</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"48%\",\"48%\",\"5%\"],\"yaxis\":\"y34\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x35\",\"y\":[46,50,4],\"type\":\"bar\",\"name\":\"<b>Nevada</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"46%\",\"50%\",\"4%\"],\"yaxis\":\"y35\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x36\",\"y\":[40,59,1],\"type\":\"bar\",\"name\":\"<b>Wyoming</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"40%\",\"59%\",\"1%\"],\"yaxis\":\"y36\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x37\",\"y\":[49,50,1],\"type\":\"bar\",\"name\":\"<b>South Dakota</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"49%\",\"50%\",\"1%\"],\"yaxis\":\"y37\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x38\",\"y\":[48,49,2],\"type\":\"bar\",\"name\":\"<b>Iowa</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"48%\",\"49%\",\"2%\"],\"yaxis\":\"y38\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x39\",\"y\":[46,53,1],\"type\":\"bar\",\"name\":\"<b>Indiana</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"46%\",\"53%\",\"1%\"],\"yaxis\":\"y39\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x40\",\"y\":[49,49,2],\"type\":\"bar\",\"name\":\"<b>Ohio</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"49%\",\"49%\",\"2%\"],\"yaxis\":\"y40\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x41\",\"y\":[50,48,2],\"type\":\"bar\",\"name\":\"<b>Pennsylvania</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"50%\",\"48%\",\"2%\"],\"yaxis\":\"y41\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x42\",\"y\":[48,50,2],\"type\":\"bar\",\"name\":\"<b>New Jersey</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"48%\",\"50%\",\"2%\"],\"yaxis\":\"y42\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x43\",\"y\":[47,52,1],\"type\":\"bar\",\"name\":\"<b>Connecticut</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"47%\",\"52%\",\"1%\"],\"yaxis\":\"y43\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x44\",\"y\":[55,44,0],\"type\":\"bar\",\"name\":\"<b>Rhode Island</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"55%\",\"44%\",\"0%\"],\"yaxis\":\"y44\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x45\",\"y\":[48,50,2],\"type\":\"bar\",\"name\":\"<b>California</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"48%\",\"50%\",\"2%\"],\"yaxis\":\"y45\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x46\",\"y\":[34,62,4],\"type\":\"bar\",\"name\":\"<b>Utah</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"34%\",\"62%\",\"4%\"],\"yaxis\":\"y46\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x47\",\"y\":[43,54,3],\"type\":\"bar\",\"name\":\"<b>Colorado</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"43%\",\"54%\",\"3%\"],\"yaxis\":\"y47\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x48\",\"y\":[38,59,2],\"type\":\"bar\",\"name\":\"<b>Nebraska</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"38%\",\"59%\",\"2%\"],\"yaxis\":\"y48\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x49\",\"y\":[51,47,1],\"type\":\"bar\",\"name\":\"<b>Missouri</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"51%\",\"47%\",\"1%\"],\"yaxis\":\"y49\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x50\",\"y\":[53,46,2],\"type\":\"bar\",\"name\":\"<b>Kentucky</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"53%\",\"46%\",\"2%\"],\"yaxis\":\"y50\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x51\",\"y\":[58,42,0],\"type\":\"bar\",\"name\":\"<b>West Virginia</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"58%\",\"42%\",\"0%\"],\"yaxis\":\"y51\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x52\",\"y\":[48,49,3],\"type\":\"bar\",\"name\":\"<b>Virginia</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"48%\",\"49%\",\"3%\"],\"yaxis\":\"y52\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x53\",\"y\":[53,47,0],\"type\":\"bar\",\"name\":\"<b>Maryland</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"53%\",\"47%\",\"0%\"],\"yaxis\":\"y53\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x54\",\"y\":[52,47,1],\"type\":\"bar\",\"name\":\"<b>Delaware</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"52%\",\"47%\",\"1%\"],\"yaxis\":\"y54\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x57\",\"y\":[40,56,4],\"type\":\"bar\",\"name\":\"<b>Arizona</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"40%\",\"56%\",\"4%\"],\"yaxis\":\"y57\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x58\",\"y\":[48,51,1],\"type\":\"bar\",\"name\":\"<b>New Mexico</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"48%\",\"51%\",\"1%\"],\"yaxis\":\"y58\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x59\",\"y\":[45,52,3],\"type\":\"bar\",\"name\":\"<b>Kansas</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"45%\",\"52%\",\"3%\"],\"yaxis\":\"y59\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x60\",\"y\":[65,35,0],\"type\":\"bar\",\"name\":\"<b>Arkansas</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"65%\",\"35%\",\"0%\"],\"yaxis\":\"y60\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x61\",\"y\":[56,43,1],\"type\":\"bar\",\"name\":\"<b>Tennessee</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"56%\",\"43%\",\"1%\"],\"yaxis\":\"y61\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x62\",\"y\":[56,43,1],\"type\":\"bar\",\"name\":\"<b>South Carolina</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"56%\",\"43%\",\"1%\"],\"yaxis\":\"y62\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x63\",\"y\":[55,44,1],\"type\":\"bar\",\"name\":\"<b>North Carolina</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"55%\",\"44%\",\"1%\"],\"yaxis\":\"y63\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x64\",\"y\":[82,17,2],\"type\":\"bar\",\"name\":\"<b>District of Columbia</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"82%\",\"17%\",\"2%\"],\"yaxis\":\"y64\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x70\",\"y\":[49,50,1],\"type\":\"bar\",\"name\":\"<b>Oklahoma</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"49%\",\"50%\",\"1%\"],\"yaxis\":\"y70\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x71\",\"y\":[52,46,2],\"type\":\"bar\",\"name\":\"<b>Louisiana</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"52%\",\"46%\",\"2%\"],\"yaxis\":\"y71\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x72\",\"y\":[50,48,3],\"type\":\"bar\",\"name\":\"<b>Mississippi</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"50%\",\"48%\",\"3%\"],\"yaxis\":\"y72\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x73\",\"y\":[56,43,2],\"type\":\"bar\",\"name\":\"<b>Alabama</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"56%\",\"43%\",\"2%\"],\"yaxis\":\"y73\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x74\",\"y\":[67,33,0],\"type\":\"bar\",\"name\":\"<b>Georgia</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"67%\",\"33%\",\"0%\"],\"yaxis\":\"y74\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x78\",\"y\":[51,48,1],\"type\":\"bar\",\"name\":\"<b>Hawaii</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"51%\",\"48%\",\"1%\"],\"yaxis\":\"y78\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x81\",\"y\":[51,48,1],\"type\":\"bar\",\"name\":\"<b>Texas</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"51%\",\"48%\",\"1%\"],\"yaxis\":\"y81\",\"x\":[\"Dem\",\"Rep\",\"Other\"]},{\"marker\":{\"color\":[\"#000096\",\"#C0223B\",\"#899499\"]},\"xaxis\":\"x86\",\"y\":[52,47,1],\"type\":\"bar\",\"name\":\"<b>Florida</b>\",\"hoverinfo\":\"x+text\",\"text\":[\"52%\",\"47%\",\"1%\"],\"yaxis\":\"y86\",\"x\":[\"Dem\",\"Rep\",\"Other\"]}],\n", | |
" {\"yaxis76\":{\"domain\":[0.1265,0.241],\"anchor\":\"x76\"},\"yaxis11\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.8855000000000001,1.0],\"anchor\":\"x11\"},\"xaxis51\":{\"showticklabels\":false,\"domain\":[0.552,0.632],\"anchor\":\"y51\"},\"yaxis73\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.1265,0.241],\"anchor\":\"x73\"},\"yaxis61\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.253,0.3675],\"anchor\":\"x61\"},\"yaxis17\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.7590000000000001,0.8735000000000002],\"anchor\":\"x17\"},\"xaxis22\":{\"showticklabels\":false,\"domain\":[0.9199999999999999,0.9999999999999999],\"anchor\":\"y22\"},\"yaxis27\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.6325000000000001,0.7470000000000001],\"anchor\":\"x27\"},\"xaxis50\":{\"showticklabels\":false,\"domain\":[0.46,0.54],\"anchor\":\"y50\"},\"yaxis22\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.7590000000000001,0.8735000000000002],\"anchor\":\"x22\"},\"xaxis52\":{\"showticklabels\":false,\"domain\":[0.644,0.724],\"anchor\":\"y52\"},\"xaxis4\":{\"domain\":[0.276,0.35600000000000004],\"anchor\":\"y4\"},\"xaxis61\":{\"showticklabels\":false,\"domain\":[0.46,0.54],\"anchor\":\"y61\"},\"yaxis82\":{\"domain\":[0.0,0.1145],\"anchor\":\"x82\"},\"yaxis6\":{\"domain\":[0.8855000000000001,1.0],\"anchor\":\"x6\"},\"xaxis84\":{\"domain\":[0.552,0.632],\"anchor\":\"y84\"},\"yaxis28\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.6325000000000001,0.7470000000000001],\"anchor\":\"x28\"},\"yaxis85\":{\"domain\":[0.0,0.1145],\"anchor\":\"x85\"},\"yaxis37\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.506,0.6205],\"anchor\":\"x37\"},\"xaxis26\":{\"showticklabels\":false,\"domain\":[0.276,0.35600000000000004],\"anchor\":\"y26\"},\"yaxis38\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.506,0.6205],\"anchor\":\"x38\"},\"yaxis15\":{\"domain\":[0.7590000000000001,0.8735000000000002],\"anchor\":\"x15\"},\"xaxis70\":{\"showticklabels\":false,\"domain\":[0.276,0.35600000000000004],\"anchor\":\"y70\"},\"xaxis18\":{\"domain\":[0.552,0.632],\"anchor\":\"y18\"},\"xaxis17\":{\"showticklabels\":false,\"domain\":[0.46,0.54],\"anchor\":\"y17\"},\"yaxis69\":{\"domain\":[0.1265,0.241],\"anchor\":\"x69\"},\"xaxis80\":{\"domain\":[0.184,0.264],\"anchor\":\"y80\"},\"yaxis62\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.253,0.3675],\"anchor\":\"x62\"},\"xaxis8\":{\"domain\":[0.644,0.724],\"anchor\":\"y8\"},\"xaxis53\":{\"showticklabels\":false,\"domain\":[0.736,0.816],\"anchor\":\"y53\"},\"xaxis25\":{\"showticklabels\":false,\"domain\":[0.184,0.264],\"anchor\":\"y25\"},\"yaxis56\":{\"domain\":[0.253,0.3675],\"anchor\":\"x56\"},\"xaxis63\":{\"showticklabels\":false,\"domain\":[0.644,0.724],\"anchor\":\"y63\"},\"xaxis43\":{\"showticklabels\":false,\"domain\":[0.828,0.9079999999999999],\"anchor\":\"y43\"},\"yaxis86\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.0,0.1145],\"anchor\":\"x86\"},\"xaxis11\":{\"showticklabels\":false,\"domain\":[0.9199999999999999,0.9999999999999999],\"anchor\":\"y11\"},\"xaxis41\":{\"showticklabels\":false,\"domain\":[0.644,0.724],\"anchor\":\"y41\"},\"xaxis60\":{\"showticklabels\":false,\"domain\":[0.368,0.448],\"anchor\":\"y60\"},\"yaxis64\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.253,0.3675],\"anchor\":\"x64\"},\"xaxis49\":{\"showticklabels\":false,\"domain\":[0.368,0.448],\"anchor\":\"y49\"},\"xaxis9\":{\"domain\":[0.736,0.816],\"anchor\":\"y9\"},\"xaxis16\":{\"domain\":[0.368,0.448],\"anchor\":\"y16\"},\"yaxis84\":{\"domain\":[0.0,0.1145],\"anchor\":\"x84\"},\"yaxis33\":{\"domain\":[0.6325000000000001,0.7470000000000001],\"anchor\":\"x33\"},\"yaxis74\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.1265,0.241],\"anchor\":\"x74\"},\"yaxis40\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.506,0.6205],\"anchor\":\"x40\"},\"yaxis45\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.37950000000000006,0.49400000000000005],\"anchor\":\"x45\"},\"xaxis7\":{\"domain\":[0.552,0.632],\"anchor\":\"y7\"},\"template\":{\"layout\":{\"coloraxis\":{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0}},\"xaxis\":{\"gridcolor\":\"white\",\"zerolinewidth\":2,\"title\":{\"standoff\":15},\"ticks\":\"\",\"zerolinecolor\":\"white\",\"automargin\":true,\"linecolor\":\"white\"},\"hovermode\":\"closest\",\"paper_bgcolor\":\"white\",\"geo\":{\"showlakes\":true,\"showland\":true,\"landcolor\":\"#E5ECF6\",\"bgcolor\":\"white\",\"subunitcolor\":\"white\",\"lakecolor\":\"white\"},\"colorscale\":{\"sequential\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"diverging\":[[0,\"#8e0152\"],[0.1,\"#c51b7d\"],[0.2,\"#de77ae\"],[0.3,\"#f1b6da\"],[0.4,\"#fde0ef\"],[0.5,\"#f7f7f7\"],[0.6,\"#e6f5d0\"],[0.7,\"#b8e186\"],[0.8,\"#7fbc41\"],[0.9,\"#4d9221\"],[1,\"#276419\"]],\"sequentialminus\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]},\"yaxis\":{\"gridcolor\":\"white\",\"zerolinewidth\":2,\"title\":{\"standoff\":15},\"ticks\":\"\",\"zerolinecolor\":\"white\",\"automargin\":true,\"linecolor\":\"white\"},\"shapedefaults\":{\"line\":{\"color\":\"#2a3f5f\"}},\"hoverlabel\":{\"align\":\"left\"},\"mapbox\":{\"style\":\"light\"},\"polar\":{\"angularaxis\":{\"gridcolor\":\"white\",\"ticks\":\"\",\"linecolor\":\"white\"},\"bgcolor\":\"#E5ECF6\",\"radialaxis\":{\"gridcolor\":\"white\",\"ticks\":\"\",\"linecolor\":\"white\"}},\"autotypenumbers\":\"strict\",\"font\":{\"color\":\"#2a3f5f\"},\"ternary\":{\"baxis\":{\"gridcolor\":\"white\",\"ticks\":\"\",\"linecolor\":\"white\"},\"bgcolor\":\"#E5ECF6\",\"caxis\":{\"gridcolor\":\"white\",\"ticks\":\"\",\"linecolor\":\"white\"},\"aaxis\":{\"gridcolor\":\"white\",\"ticks\":\"\",\"linecolor\":\"white\"}},\"annotationdefaults\":{\"arrowhead\":0,\"arrowwidth\":1,\"arrowcolor\":\"#2a3f5f\"},\"plot_bgcolor\":\"#E5ECF6\",\"title\":{\"x\":0.05},\"scene\":{\"xaxis\":{\"gridcolor\":\"white\",\"gridwidth\":2,\"backgroundcolor\":\"#E5ECF6\",\"ticks\":\"\",\"showbackground\":true,\"zerolinecolor\":\"white\",\"linecolor\":\"white\"},\"zaxis\":{\"gridcolor\":\"white\",\"gridwidth\":2,\"backgroundcolor\":\"#E5ECF6\",\"ticks\":\"\",\"showbackground\":true,\"zerolinecolor\":\"white\",\"linecolor\":\"white\"},\"yaxis\":{\"gridcolor\":\"white\",\"gridwidth\":2,\"backgroundcolor\":\"#E5ECF6\",\"ticks\":\"\",\"showbackground\":true,\"zerolinecolor\":\"white\",\"linecolor\":\"white\"}},\"colorway\":[\"#636efa\",\"#EF553B\",\"#00cc96\",\"#ab63fa\",\"#FFA15A\",\"#19d3f3\",\"#FF6692\",\"#B6E880\",\"#FF97FF\",\"#FECB52\"]},\"data\":{\"barpolar\":[{\"type\":\"barpolar\",\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5}}}],\"carpet\":[{\"aaxis\":{\"gridcolor\":\"white\",\"endlinecolor\":\"#2a3f5f\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\",\"linecolor\":\"white\"},\"type\":\"carpet\",\"baxis\":{\"gridcolor\":\"white\",\"endlinecolor\":\"#2a3f5f\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\",\"linecolor\":\"white\"}}],\"scatterpolar\":[{\"type\":\"scatterpolar\",\"marker\":{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0}}}],\"parcoords\":[{\"line\":{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0}},\"type\":\"parcoords\"}],\"scatter\":[{\"type\":\"scatter\",\"marker\":{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0}}}],\"histogram2dcontour\":[{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0},\"type\":\"histogram2dcontour\",\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"contour\":[{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0},\"type\":\"contour\",\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"scattercarpet\":[{\"type\":\"scattercarpet\",\"marker\":{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0}}}],\"mesh3d\":[{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0},\"type\":\"mesh3d\"}],\"surface\":[{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0},\"type\":\"surface\",\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"scattermapbox\":[{\"type\":\"scattermapbox\",\"marker\":{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0}}}],\"scattergeo\":[{\"type\":\"scattergeo\",\"marker\":{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0}}}],\"histogram\":[{\"type\":\"histogram\",\"marker\":{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0}}}],\"pie\":[{\"type\":\"pie\",\"automargin\":true}],\"choropleth\":[{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0},\"type\":\"choropleth\"}],\"heatmapgl\":[{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0},\"type\":\"heatmapgl\",\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"bar\":[{\"type\":\"bar\",\"error_y\":{\"color\":\"#2a3f5f\"},\"error_x\":{\"color\":\"#2a3f5f\"},\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5}}}],\"heatmap\":[{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0},\"type\":\"heatmap\",\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"contourcarpet\":[{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0},\"type\":\"contourcarpet\"}],\"table\":[{\"type\":\"table\",\"header\":{\"line\":{\"color\":\"white\"},\"fill\":{\"color\":\"#C8D4E3\"}},\"cells\":{\"line\":{\"color\":\"white\"},\"fill\":{\"color\":\"#EBF0F8\"}}}],\"scatter3d\":[{\"line\":{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0}},\"type\":\"scatter3d\",\"marker\":{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0}}}],\"scattergl\":[{\"type\":\"scattergl\",\"marker\":{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0}}}],\"histogram2d\":[{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0},\"type\":\"histogram2d\",\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"scatterternary\":[{\"type\":\"scatterternary\",\"marker\":{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0}}}],\"scatterpolargl\":[{\"type\":\"scatterpolargl\",\"marker\":{\"colorbar\":{\"ticks\":\"\",\"outlinewidth\":0}}}]}},\"yaxis\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.8855000000000001,1.0],\"anchor\":\"x\"},\"yaxis57\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.253,0.3675],\"anchor\":\"x57\"},\"xaxis57\":{\"showticklabels\":false,\"domain\":[0.092,0.172],\"anchor\":\"y57\"},\"yaxis79\":{\"domain\":[0.0,0.1145],\"anchor\":\"x79\"},\"xaxis82\":{\"domain\":[0.368,0.448],\"anchor\":\"y82\"},\"yaxis65\":{\"domain\":[0.253,0.3675],\"anchor\":\"x65\"},\"xaxis56\":{\"domain\":[0.0,0.08],\"anchor\":\"y56\"},\"xaxis78\":{\"showticklabels\":false,\"domain\":[0.0,0.08],\"anchor\":\"y78\"},\"yaxis83\":{\"domain\":[0.0,0.1145],\"anchor\":\"x83\"},\"xaxis14\":{\"domain\":[0.184,0.264],\"anchor\":\"y14\"},\"xaxis76\":{\"domain\":[0.828,0.9079999999999999],\"anchor\":\"y76\"},\"yaxis44\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.506,0.6205],\"anchor\":\"x44\"},\"yaxis51\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.37950000000000006,0.49400000000000005],\"anchor\":\"x51\"},\"yaxis50\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.37950000000000006,0.49400000000000005],\"anchor\":\"x50\"},\"yaxis14\":{\"domain\":[0.7590000000000001,0.8735000000000002],\"anchor\":\"x14\"},\"xaxis48\":{\"showticklabels\":false,\"domain\":[0.276,0.35600000000000004],\"anchor\":\"y48\"},\"xaxis81\":{\"showticklabels\":false,\"domain\":[0.276,0.35600000000000004],\"anchor\":\"y81\"},\"yaxis67\":{\"domain\":[0.1265,0.241],\"anchor\":\"x67\"},\"yaxis26\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.6325000000000001,0.7470000000000001],\"anchor\":\"x26\"},\"width\":650,\"yaxis52\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.37950000000000006,0.49400000000000005],\"anchor\":\"x52\"},\"yaxis60\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.253,0.3675],\"anchor\":\"x60\"},\"yaxis18\":{\"domain\":[0.7590000000000001,0.8735000000000002],\"anchor\":\"x18\"},\"xaxis42\":{\"showticklabels\":false,\"domain\":[0.736,0.816],\"anchor\":\"y42\"},\"yaxis42\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.506,0.6205],\"anchor\":\"x42\"},\"yaxis54\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.37950000000000006,0.49400000000000005],\"anchor\":\"x54\"},\"xaxis28\":{\"showticklabels\":false,\"domain\":[0.46,0.54],\"anchor\":\"y28\"},\"showlegend\":false,\"yaxis8\":{\"domain\":[0.8855000000000001,1.0],\"anchor\":\"x8\"},\"xaxis64\":{\"showticklabels\":false,\"domain\":[0.736,0.816],\"anchor\":\"y64\"},\"xaxis79\":{\"domain\":[0.092,0.172],\"anchor\":\"y79\"},\"yaxis81\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.0,0.1145],\"anchor\":\"x81\"},\"xaxis59\":{\"showticklabels\":false,\"domain\":[0.276,0.35600000000000004],\"anchor\":\"y59\"},\"yaxis48\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.37950000000000006,0.49400000000000005],\"anchor\":\"x48\"},\"xaxis13\":{\"domain\":[0.092,0.172],\"anchor\":\"y13\"},\"xaxis73\":{\"showticklabels\":false,\"domain\":[0.552,0.632],\"anchor\":\"y73\"},\"yaxis29\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.6325000000000001,0.7470000000000001],\"anchor\":\"x29\"},\"yaxis25\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.6325000000000001,0.7470000000000001],\"anchor\":\"x25\"},\"xaxis6\":{\"domain\":[0.46,0.54],\"anchor\":\"y6\"},\"xaxis19\":{\"domain\":[0.644,0.724],\"anchor\":\"y19\"},\"yaxis53\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.37950000000000006,0.49400000000000005],\"anchor\":\"x53\"},\"xaxis62\":{\"showticklabels\":false,\"domain\":[0.552,0.632],\"anchor\":\"y62\"},\"xaxis65\":{\"domain\":[0.828,0.9079999999999999],\"anchor\":\"y65\"},\"yaxis4\":{\"domain\":[0.8855000000000001,1.0],\"anchor\":\"x4\"},\"xaxis72\":{\"showticklabels\":false,\"domain\":[0.46,0.54],\"anchor\":\"y72\"},\"height\":487,\"yaxis58\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.253,0.3675],\"anchor\":\"x58\"},\"xaxis37\":{\"showticklabels\":false,\"domain\":[0.276,0.35600000000000004],\"anchor\":\"y37\"},\"annotations\":[{\"y\":1,\"yref\":\"y47 domain\",\"showarrow\":false,\"text\":\"<b>CO</b>\",\"xref\":\"x47 domain\",\"x\":1},{\"y\":1,\"yref\":\"y81 domain\",\"showarrow\":false,\"text\":\"<b>TX</b>\",\"xref\":\"x81 domain\",\"x\":1},{\"y\":1,\"yref\":\"y73 domain\",\"showarrow\":false,\"text\":\"<b>AL</b>\",\"xref\":\"x73 domain\",\"x\":1},{\"y\":1,\"yref\":\"y21 domain\",\"showarrow\":false,\"text\":\"<b>VT</b>\",\"xref\":\"x21 domain\",\"x\":1},{\"y\":1,\"yref\":\"y49 domain\",\"showarrow\":false,\"text\":\"<b>MO</b>\",\"xref\":\"x49 domain\",\"x\":1},{\"y\":1,\"yref\":\"y36 domain\",\"showarrow\":false,\"text\":\"<b>WY</b>\",\"xref\":\"x36 domain\",\"x\":1},{\"y\":1,\"yref\":\"y45 domain\",\"showarrow\":false,\"text\":\"<b>CA</b>\",\"xref\":\"x45 domain\",\"x\":1},{\"y\":1,\"yref\":\"y11 domain\",\"showarrow\":false,\"text\":\"<b>ME</b>\",\"xref\":\"x11 domain\",\"x\":1},{\"y\":1,\"yref\":\"y61 domain\",\"showarrow\":false,\"text\":\"<b>TN</b>\",\"xref\":\"x61 domain\",\"x\":1},{\"y\":1,\"yref\":\"y35 domain\",\"showarrow\":false,\"text\":\"<b>NV</b>\",\"xref\":\"x35 domain\",\"x\":1},{\"y\":1,\"yref\":\"y50 domain\",\"showarrow\":false,\"text\":\"<b>KY</b>\",\"xref\":\"x50 domain\",\"x\":1},{\"y\":1,\"yref\":\"y54 domain\",\"showarrow\":false,\"text\":\"<b>DE</b>\",\"xref\":\"x54 domain\",\"x\":1},{\"y\":1,\"yref\":\"y39 domain\",\"showarrow\":false,\"text\":\"<b>IN</b>\",\"xref\":\"x39 domain\",\"x\":1},{\"y\":1,\"yref\":\"y62 domain\",\"showarrow\":false,\"text\":\"<b>SC</b>\",\"xref\":\"x62 domain\",\"x\":1},{\"y\":1,\"yref\":\"y48 domain\",\"showarrow\":false,\"text\":\"<b>NE</b>\",\"xref\":\"x48 domain\",\"x\":1},{\"y\":1,\"yref\":\"y57 domain\",\"showarrow\":false,\"text\":\"<b>AZ</b>\",\"xref\":\"x57 domain\",\"x\":1},{\"y\":1,\"yref\":\"y43 domain\",\"showarrow\":false,\"text\":\"<b>CT</b>\",\"xref\":\"x43 domain\",\"x\":1},{\"y\":1,\"yref\":\"y28 domain\",\"showarrow\":false,\"text\":\"<b>IL</b>\",\"xref\":\"x28 domain\",\"x\":1},{\"y\":1,\"yref\":\"y53 domain\",\"showarrow\":false,\"text\":\"<b>MD</b>\",\"xref\":\"x53 domain\",\"x\":1},{\"y\":1,\"yref\":\"y59 domain\",\"showarrow\":false,\"text\":\"<b>KS</b>\",\"xref\":\"x59 domain\",\"x\":1},{\"y\":1,\"yref\":\"y31 domain\",\"showarrow\":false,\"text\":\"<b>NY</b>\",\"xref\":\"x31 domain\",\"x\":1},{\"y\":1,\"yref\":\"y60 domain\",\"showarrow\":false,\"text\":\"<b>AR</b>\",\"xref\":\"x60 domain\",\"x\":1},{\"y\":1,\"yref\":\"y27 domain\",\"showarrow\":false,\"text\":\"<b>MN</b>\",\"xref\":\"x27 domain\",\"x\":1},{\"y\":1,\"yref\":\"y37 domain\",\"showarrow\":false,\"text\":\"<b>SD</b>\",\"xref\":\"x37 domain\",\"x\":1},{\"y\":1,\"yref\":\"y17 domain\",\"showarrow\":false,\"text\":\"<b>WI</b>\",\"xref\":\"x17 domain\",\"x\":1},{\"y\":1,\"yref\":\"y40 domain\",\"showarrow\":false,\"text\":\"<b>OH</b>\",\"xref\":\"x40 domain\",\"x\":1},{\"y\":1,\"yref\":\"y74 domain\",\"showarrow\":false,\"text\":\"<b>GA</b>\",\"xref\":\"x74 domain\",\"x\":1},{\"y\":1,\"yref\":\"y22 domain\",\"showarrow\":false,\"text\":\"<b>NH</b>\",\"xref\":\"x22 domain\",\"x\":1},{\"y\":1,\"yref\":\"y domain\",\"showarrow\":false,\"text\":\"<b>AK</b>\",\"xref\":\"x domain\",\"x\":1},{\"y\":1,\"yref\":\"y32 domain\",\"showarrow\":false,\"text\":\"<b>MA</b>\",\"xref\":\"x32 domain\",\"x\":1},{\"y\":1,\"yref\":\"y86 domain\",\"showarrow\":false,\"text\":\"<b>FL</b>\",\"xref\":\"x86 domain\",\"x\":1},{\"y\":1,\"yref\":\"y29 domain\",\"showarrow\":false,\"text\":\"<b>MI</b>\",\"xref\":\"x29 domain\",\"x\":1},{\"y\":1,\"yref\":\"y38 domain\",\"showarrow\":false,\"text\":\"<b>IA</b>\",\"xref\":\"x38 domain\",\"x\":1},{\"y\":1,\"yref\":\"y63 domain\",\"showarrow\":false,\"text\":\"<b>NC</b>\",\"xref\":\"x63 domain\",\"x\":1},{\"y\":1,\"yref\":\"y41 domain\",\"showarrow\":false,\"text\":\"<b>PA</b>\",\"xref\":\"x41 domain\",\"x\":1},{\"y\":1,\"yref\":\"y71 domain\",\"showarrow\":false,\"text\":\"<b>LA</b>\",\"xref\":\"x71 domain\",\"x\":1},{\"y\":1,\"yref\":\"y70 domain\",\"showarrow\":false,\"text\":\"<b>OK</b>\",\"xref\":\"x70 domain\",\"x\":1},{\"y\":1,\"yref\":\"y52 domain\",\"showarrow\":false,\"text\":\"<b>VA</b>\",\"xref\":\"x52 domain\",\"x\":1},{\"y\":1,\"yref\":\"y78 domain\",\"showarrow\":false,\"text\":\"<b>HI</b>\",\"xref\":\"x78 domain\",\"x\":1},{\"y\":1,\"yref\":\"y46 domain\",\"showarrow\":false,\"text\":\"<b>UT</b>\",\"xref\":\"x46 domain\",\"x\":1},{\"y\":1,\"yref\":\"y64 domain\",\"showarrow\":false,\"text\":\"<b>DC</b>\",\"xref\":\"x64 domain\",\"x\":1},{\"y\":1,\"yref\":\"y26 domain\",\"showarrow\":false,\"text\":\"<b>ND</b>\",\"xref\":\"x26 domain\",\"x\":1},{\"y\":1,\"yref\":\"y34 domain\",\"showarrow\":false,\"text\":\"<b>OR</b>\",\"xref\":\"x34 domain\",\"x\":1},{\"y\":1,\"yref\":\"y42 domain\",\"showarrow\":false,\"text\":\"<b>NJ</b>\",\"xref\":\"x42 domain\",\"x\":1},{\"y\":1,\"yref\":\"y72 domain\",\"showarrow\":false,\"text\":\"<b>MS</b>\",\"xref\":\"x72 domain\",\"x\":1},{\"y\":1,\"yref\":\"y44 domain\",\"showarrow\":false,\"text\":\"<b>RI</b>\",\"xref\":\"x44 domain\",\"x\":1},{\"y\":1,\"yref\":\"y51 domain\",\"showarrow\":false,\"text\":\"<b>WV</b>\",\"xref\":\"x51 domain\",\"x\":1},{\"y\":1,\"yref\":\"y58 domain\",\"showarrow\":false,\"text\":\"<b>NM</b>\",\"xref\":\"x58 domain\",\"x\":1},{\"y\":1,\"yref\":\"y25 domain\",\"showarrow\":false,\"text\":\"<b>MT</b>\",\"xref\":\"x25 domain\",\"x\":1},{\"y\":1,\"yref\":\"y24 domain\",\"showarrow\":false,\"text\":\"<b>ID</b>\",\"xref\":\"x24 domain\",\"x\":1},{\"y\":1,\"yref\":\"y23 domain\",\"showarrow\":false,\"text\":\"<b>WA</b>\",\"xref\":\"x23 domain\",\"x\":1}],\"xaxis15\":{\"domain\":[0.276,0.35600000000000004],\"anchor\":\"y15\"},\"yaxis20\":{\"domain\":[0.7590000000000001,0.8735000000000002],\"anchor\":\"x20\"},\"yaxis78\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.0,0.1145],\"anchor\":\"x78\"},\"yaxis32\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.6325000000000001,0.7470000000000001],\"anchor\":\"x32\"},\"xaxis38\":{\"showticklabels\":false,\"domain\":[0.368,0.448],\"anchor\":\"y38\"},\"yaxis23\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.6325000000000001,0.7470000000000001],\"anchor\":\"x23\"},\"yaxis30\":{\"domain\":[0.6325000000000001,0.7470000000000001],\"anchor\":\"x30\"},\"xaxis36\":{\"showticklabels\":false,\"domain\":[0.184,0.264],\"anchor\":\"y36\"},\"updatemenus\":[{\"active\":0,\"type\":\"buttons\",\"y\":1,\"buttons\":[{\"method\":\"animate\",\"label\":\"Play\",\"args\":[null,{\"mode\":\"immediate\",\"transition\":{\"duration\":0},\"frame\":{\"redraw\":true,\"duration\":5},\"fromcurrent\":true}]}],\"x\":1.1}],\"yaxis5\":{\"domain\":[0.8855000000000001,1.0],\"anchor\":\"x5\"},\"yaxis7\":{\"domain\":[0.8855000000000001,1.0],\"anchor\":\"x7\"},\"yaxis80\":{\"domain\":[0.0,0.1145],\"anchor\":\"x80\"},\"yaxis35\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.506,0.6205],\"anchor\":\"x35\"},\"margin\":{\"l\":50,\"b\":50,\"r\":50,\"t\":60},\"yaxis43\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.506,0.6205],\"anchor\":\"x43\"},\"xaxis39\":{\"showticklabels\":false,\"domain\":[0.46,0.54],\"anchor\":\"y39\"},\"xaxis27\":{\"showticklabels\":false,\"domain\":[0.368,0.448],\"anchor\":\"y27\"},\"xaxis30\":{\"domain\":[0.644,0.724],\"anchor\":\"y30\"},\"xaxis35\":{\"showticklabels\":false,\"domain\":[0.092,0.172],\"anchor\":\"y35\"},\"xaxis83\":{\"domain\":[0.46,0.54],\"anchor\":\"y83\"},\"xaxis40\":{\"showticklabels\":false,\"domain\":[0.552,0.632],\"anchor\":\"y40\"},\"xaxis12\":{\"domain\":[0.0,0.08],\"anchor\":\"y12\"},\"xaxis67\":{\"domain\":[0.0,0.08],\"anchor\":\"y67\"},\"xaxis23\":{\"showticklabels\":false,\"domain\":[0.0,0.08],\"anchor\":\"y23\"},\"yaxis75\":{\"domain\":[0.1265,0.241],\"anchor\":\"x75\"},\"xaxis69\":{\"domain\":[0.184,0.264],\"anchor\":\"y69\"},\"yaxis34\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.506,0.6205],\"anchor\":\"x34\"},\"yaxis77\":{\"domain\":[0.1265,0.241],\"anchor\":\"x77\"},\"xaxis32\":{\"showticklabels\":false,\"domain\":[0.828,0.9079999999999999],\"anchor\":\"y32\"},\"title\":{\"text\":\"<b>1976 US Presidential Election<br>Democrat: CARTER, JIMMY, \\n Republican: FORD, GERALD</b>\",\"x\":0.5},\"yaxis68\":{\"domain\":[0.1265,0.241],\"anchor\":\"x68\"},\"xaxis10\":{\"domain\":[0.828,0.9079999999999999],\"anchor\":\"y10\"},\"xaxis34\":{\"showticklabels\":false,\"domain\":[0.0,0.08],\"anchor\":\"y34\"},\"yaxis39\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.506,0.6205],\"anchor\":\"x39\"},\"yaxis36\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.506,0.6205],\"anchor\":\"x36\"},\"xaxis31\":{\"showticklabels\":false,\"domain\":[0.736,0.816],\"anchor\":\"y31\"},\"yaxis55\":{\"domain\":[0.37950000000000006,0.49400000000000005],\"anchor\":\"x55\"},\"yaxis31\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.6325000000000001,0.7470000000000001],\"anchor\":\"x31\"},\"xaxis68\":{\"domain\":[0.092,0.172],\"anchor\":\"y68\"},\"xaxis66\":{\"domain\":[0.9199999999999999,0.9999999999999999],\"anchor\":\"y66\"},\"xaxis33\":{\"domain\":[0.9199999999999999,0.9999999999999999],\"anchor\":\"y33\"},\"xaxis\":{\"showticklabels\":false,\"domain\":[0.0,0.08],\"anchor\":\"y\"},\"xaxis24\":{\"showticklabels\":false,\"domain\":[0.092,0.172],\"anchor\":\"y24\"},\"yaxis87\":{\"domain\":[0.0,0.1145],\"anchor\":\"x87\"},\"xaxis71\":{\"showticklabels\":false,\"domain\":[0.368,0.448],\"anchor\":\"y71\"},\"yaxis47\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.37950000000000006,0.49400000000000005],\"anchor\":\"x47\"},\"yaxis2\":{\"domain\":[0.8855000000000001,1.0],\"anchor\":\"x2\"},\"xaxis3\":{\"domain\":[0.184,0.264],\"anchor\":\"y3\"},\"yaxis12\":{\"domain\":[0.7590000000000001,0.8735000000000002],\"anchor\":\"x12\"},\"yaxis72\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.1265,0.241],\"anchor\":\"x72\"},\"yaxis13\":{\"domain\":[0.7590000000000001,0.8735000000000002],\"anchor\":\"x13\"},\"xaxis5\":{\"domain\":[0.368,0.448],\"anchor\":\"y5\"},\"yaxis63\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.253,0.3675],\"anchor\":\"x63\"},\"xaxis88\":{\"domain\":[0.9199999999999999,0.9999999999999999],\"anchor\":\"y88\"},\"yaxis41\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.506,0.6205],\"anchor\":\"x41\"},\"yaxis3\":{\"domain\":[0.8855000000000001,1.0],\"anchor\":\"x3\"},\"yaxis49\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.37950000000000006,0.49400000000000005],\"anchor\":\"x49\"},\"xaxis55\":{\"domain\":[0.9199999999999999,0.9999999999999999],\"anchor\":\"y55\"},\"xaxis85\":{\"domain\":[0.644,0.724],\"anchor\":\"y85\"},\"xaxis44\":{\"showticklabels\":false,\"domain\":[0.9199999999999999,0.9999999999999999],\"anchor\":\"y44\"},\"xaxis86\":{\"showticklabels\":false,\"domain\":[0.736,0.816],\"anchor\":\"y86\"},\"yaxis9\":{\"domain\":[0.8855000000000001,1.0],\"anchor\":\"x9\"},\"yaxis24\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.6325000000000001,0.7470000000000001],\"anchor\":\"x24\"},\"yaxis59\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.253,0.3675],\"anchor\":\"x59\"},\"yaxis46\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.37950000000000006,0.49400000000000005],\"anchor\":\"x46\"},\"sliders\":[{\"active\":0,\"minorticklen\":0,\"steps\":[{\"method\":\"animate\",\"label\":\"1976\",\"args\":[[\"fr1\"],{\"mode\":\"immediate\",\"transition\":{\"duration\":0},\"frame\":{\"redraw\":true,\"duration\":500}}]},{\"method\":\"animate\",\"label\":\"1980\",\"args\":[[\"fr2\"],{\"mode\":\"immediate\",\"transition\":{\"duration\":0},\"frame\":{\"redraw\":true,\"duration\":500}}]},{\"method\":\"animate\",\"label\":\"1984\",\"args\":[[\"fr3\"],{\"mode\":\"immediate\",\"transition\":{\"duration\":0},\"frame\":{\"redraw\":true,\"duration\":500}}]},{\"method\":\"animate\",\"label\":\"1988\",\"args\":[[\"fr4\"],{\"mode\":\"immediate\",\"transition\":{\"duration\":0},\"frame\":{\"redraw\":true,\"duration\":500}}]},{\"method\":\"animate\",\"label\":\"1992\",\"args\":[[\"fr5\"],{\"mode\":\"immediate\",\"transition\":{\"duration\":0},\"frame\":{\"redraw\":true,\"duration\":500}}]},{\"method\":\"animate\",\"label\":\"1996\",\"args\":[[\"fr6\"],{\"mode\":\"immediate\",\"transition\":{\"duration\":0},\"frame\":{\"redraw\":true,\"duration\":500}}]},{\"method\":\"animate\",\"label\":\"2000\",\"args\":[[\"fr7\"],{\"mode\":\"immediate\",\"transition\":{\"duration\":0},\"frame\":{\"redraw\":true,\"duration\":500}}]},{\"method\":\"animate\",\"label\":\"2004\",\"args\":[[\"fr8\"],{\"mode\":\"immediate\",\"transition\":{\"duration\":0},\"frame\":{\"redraw\":true,\"duration\":500}}]},{\"method\":\"animate\",\"label\":\"2008\",\"args\":[[\"fr9\"],{\"mode\":\"immediate\",\"transition\":{\"duration\":0},\"frame\":{\"redraw\":true,\"duration\":500}}]},{\"method\":\"animate\",\"label\":\"2012\",\"args\":[[\"fr10\"],{\"mode\":\"immediate\",\"transition\":{\"duration\":0},\"frame\":{\"redraw\":true,\"duration\":500}}]},{\"method\":\"animate\",\"label\":\"2016\",\"args\":[[\"fr11\"],{\"mode\":\"immediate\",\"transition\":{\"duration\":0},\"frame\":{\"redraw\":true,\"duration\":500}}]},{\"method\":\"animate\",\"label\":\"2020\",\"args\":[[\"fr12\"],{\"mode\":\"immediate\",\"transition\":{\"duration\":0},\"frame\":{\"redraw\":true,\"duration\":500}}]}]}],\"yaxis19\":{\"domain\":[0.7590000000000001,0.8735000000000002],\"anchor\":\"x19\"},\"yaxis71\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.1265,0.241],\"anchor\":\"x71\"},\"yaxis21\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.7590000000000001,0.8735000000000002],\"anchor\":\"x21\"},\"yaxis16\":{\"domain\":[0.7590000000000001,0.8735000000000002],\"anchor\":\"x16\"},\"yaxis10\":{\"domain\":[0.8855000000000001,1.0],\"anchor\":\"x10\"},\"yaxis88\":{\"domain\":[0.0,0.1145],\"anchor\":\"x88\"},\"yaxis66\":{\"domain\":[0.253,0.3675],\"anchor\":\"x66\"},\"xaxis29\":{\"showticklabels\":false,\"domain\":[0.552,0.632],\"anchor\":\"y29\"},\"yaxis70\":{\"showgrid\":false,\"showticklabels\":false,\"range\":[0,82],\"domain\":[0.1265,0.241],\"anchor\":\"x70\"},\"font\":{\"family\":\"Balto\",\"size\":9},\"xaxis47\":{\"showticklabels\":false,\"domain\":[0.184,0.264],\"anchor\":\"y47\"},\"xaxis77\":{\"domain\":[0.9199999999999999,0.9999999999999999],\"anchor\":\"y77\"},\"xaxis20\":{\"domain\":[0.736,0.816],\"anchor\":\"y20\"},\"xaxis54\":{\"showticklabels\":false,\"domain\":[0.828,0.9079999999999999],\"anchor\":\"y54\"},\"xaxis46\":{\"showticklabels\":false,\"domain\":[0.092,0.172],\"anchor\":\"y46\"},\"xaxis58\":{\"showticklabels\":false,\"domain\":[0.184,0.264],\"anchor\":\"y58\"},\"bargap\":0.01,\"xaxis74\":{\"showticklabels\":false,\"domain\":[0.644,0.724],\"anchor\":\"y74\"},\"xaxis2\":{\"domain\":[0.092,0.172],\"anchor\":\"y2\"},\"xaxis21\":{\"showticklabels\":false,\"domain\":[0.828,0.9079999999999999],\"anchor\":\"y21\"},\"xaxis45\":{\"showticklabels\":false,\"domain\":[0.0,0.08],\"anchor\":\"y45\"},\"xaxis75\":{\"domain\":[0.736,0.816],\"anchor\":\"y75\"},\"xaxis87\":{\"domain\":[0.828,0.9079999999999999],\"anchor\":\"y87\"}},\n", | |
" {\"editable\":false,\"responsive\":true,\"staticPlot\":false,\"scrollZoom\":true},\n", | |
" ).then(function() {\n", | |
" Plotly.addFrames('d6bf81f1-4ed5-40f6-8993-0ed27dfcf002', [{\"name\":\"fr1\",\"layout\":{\"title\":{\"text\":\"<b>1976 US Presidential Election<br>Democrat: CARTER, JIMMY, \\n Republican: FORD, GERALD</b>\"}},\"traces\":[0,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],\"data\":[{\"y\":[36,58,6],\"text\":[\"36%\",\"58%\",\"6%\"]},{\"y\":[48,49,3],\"text\":[\"48%\",\"49%\",\"3%\"]},{\"y\":[50,48,3],\"text\":[\"50%\",\"48%\",\"3%\"]},{\"y\":[42,55,3],\"text\":[\"42%\",\"55%\",\"3%\"]},{\"y\":[43,55,2],\"text\":[\"43%\",\"55%\",\"2%\"]},{\"y\":[46,50,4],\"text\":[\"46%\",\"50%\",\"4%\"]},{\"y\":[37,60,3],\"text\":[\"37%\",\"60%\",\"3%\"]},{\"y\":[45,53,2],\"text\":[\"45%\",\"53%\",\"2%\"]},{\"y\":[46,52,3],\"text\":[\"46%\",\"52%\",\"3%\"]},{\"y\":[55,42,3],\"text\":[\"55%\",\"42%\",\"3%\"]},{\"y\":[48,50,2],\"text\":[\"48%\",\"50%\",\"2%\"]},{\"y\":[46,52,2],\"text\":[\"46%\",\"52%\",\"2%\"]},{\"y\":[49,42,9],\"text\":[\"49%\",\"42%\",\"9%\"]},{\"y\":[56,40,3],\"text\":[\"56%\",\"40%\",\"3%\"]},{\"y\":[48,48,5],\"text\":[\"48%\",\"48%\",\"5%\"]},{\"y\":[46,50,4],\"text\":[\"46%\",\"50%\",\"4%\"]},{\"y\":[40,59,1],\"text\":[\"40%\",\"59%\",\"1%\"]},{\"y\":[49,50,1],\"text\":[\"49%\",\"50%\",\"1%\"]},{\"y\":[48,49,2],\"text\":[\"48%\",\"49%\",\"2%\"]},{\"y\":[46,53,1],\"text\":[\"46%\",\"53%\",\"1%\"]},{\"y\":[49,49,2],\"text\":[\"49%\",\"49%\",\"2%\"]},{\"y\":[50,48,2],\"text\":[\"50%\",\"48%\",\"2%\"]},{\"y\":[48,50,2],\"text\":[\"48%\",\"50%\",\"2%\"]},{\"y\":[47,52,1],\"text\":[\"47%\",\"52%\",\"1%\"]},{\"y\":[55,44,0],\"text\":[\"55%\",\"44%\",\"0%\"]},{\"y\":[48,50,2],\"text\":[\"48%\",\"50%\",\"2%\"]},{\"y\":[34,62,4],\"text\":[\"34%\",\"62%\",\"4%\"]},{\"y\":[43,54,3],\"text\":[\"43%\",\"54%\",\"3%\"]},{\"y\":[38,59,2],\"text\":[\"38%\",\"59%\",\"2%\"]},{\"y\":[51,47,1],\"text\":[\"51%\",\"47%\",\"1%\"]},{\"y\":[53,46,2],\"text\":[\"53%\",\"46%\",\"2%\"]},{\"y\":[58,42,0],\"text\":[\"58%\",\"42%\",\"0%\"]},{\"y\":[48,49,3],\"text\":[\"48%\",\"49%\",\"3%\"]},{\"y\":[53,47,0],\"text\":[\"53%\",\"47%\",\"0%\"]},{\"y\":[52,47,1],\"text\":[\"52%\",\"47%\",\"1%\"]},{\"y\":[40,56,4],\"text\":[\"40%\",\"56%\",\"4%\"]},{\"y\":[48,51,1],\"text\":[\"48%\",\"51%\",\"1%\"]},{\"y\":[45,52,3],\"text\":[\"45%\",\"52%\",\"3%\"]},{\"y\":[65,35,0],\"text\":[\"65%\",\"35%\",\"0%\"]},{\"y\":[56,43,1],\"text\":[\"56%\",\"43%\",\"1%\"]},{\"y\":[56,43,1],\"text\":[\"56%\",\"43%\",\"1%\"]},{\"y\":[55,44,1],\"text\":[\"55%\",\"44%\",\"1%\"]},{\"y\":[82,17,2],\"text\":[\"82%\",\"17%\",\"2%\"]},{\"y\":[49,50,1],\"text\":[\"49%\",\"50%\",\"1%\"]},{\"y\":[52,46,2],\"text\":[\"52%\",\"46%\",\"2%\"]},{\"y\":[50,48,3],\"text\":[\"50%\",\"48%\",\"3%\"]},{\"y\":[56,43,2],\"text\":[\"56%\",\"43%\",\"2%\"]},{\"y\":[67,33,0],\"text\":[\"67%\",\"33%\",\"0%\"]},{\"y\":[51,48,1],\"text\":[\"51%\",\"48%\",\"1%\"]},{\"y\":[51,48,1],\"text\":[\"51%\",\"48%\",\"1%\"]},{\"y\":[52,47,1],\"text\":[\"52%\",\"47%\",\"1%\"]}]},{\"name\":\"fr2\",\"layout\":{\"title\":{\"text\":\"<b>1980 US Presidential Election<br>Democrat: CARTER, JIMMY, \\n Republican: REAGAN, RONALD</b>\"}},\"traces\":[0,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],\"data\":[{\"y\":[26,54,19],\"text\":[\"26%\",\"54%\",\"19%\"]},{\"y\":[42,46,12],\"text\":[\"42%\",\"46%\",\"12%\"]},{\"y\":[43,48,9],\"text\":[\"43%\",\"48%\",\"9%\"]},{\"y\":[38,44,17],\"text\":[\"38%\",\"44%\",\"17%\"]},{\"y\":[28,58,14],\"text\":[\"28%\",\"58%\",\"14%\"]},{\"y\":[37,50,13],\"text\":[\"37%\",\"50%\",\"13%\"]},{\"y\":[25,66,8],\"text\":[\"25%\",\"66%\",\"8%\"]},{\"y\":[32,57,11],\"text\":[\"32%\",\"57%\",\"11%\"]},{\"y\":[26,64,9],\"text\":[\"26%\",\"64%\",\"9%\"]},{\"y\":[47,43,11],\"text\":[\"47%\",\"43%\",\"11%\"]},{\"y\":[42,50,9],\"text\":[\"42%\",\"50%\",\"9%\"]},{\"y\":[42,49,9],\"text\":[\"42%\",\"49%\",\"9%\"]},{\"y\":[44,43,13],\"text\":[\"44%\",\"43%\",\"13%\"]},{\"y\":[42,42,16],\"text\":[\"42%\",\"42%\",\"16%\"]},{\"y\":[39,48,13],\"text\":[\"39%\",\"48%\",\"13%\"]},{\"y\":[27,64,9],\"text\":[\"27%\",\"64%\",\"9%\"]},{\"y\":[28,63,9],\"text\":[\"28%\",\"63%\",\"9%\"]},{\"y\":[32,61,8],\"text\":[\"32%\",\"61%\",\"8%\"]},{\"y\":[39,51,10],\"text\":[\"39%\",\"51%\",\"10%\"]},{\"y\":[38,56,6],\"text\":[\"38%\",\"56%\",\"6%\"]},{\"y\":[41,52,8],\"text\":[\"41%\",\"52%\",\"8%\"]},{\"y\":[42,50,8],\"text\":[\"42%\",\"50%\",\"8%\"]},{\"y\":[39,52,9],\"text\":[\"39%\",\"52%\",\"9%\"]},{\"y\":[39,48,13],\"text\":[\"39%\",\"48%\",\"13%\"]},{\"y\":[48,37,15],\"text\":[\"48%\",\"37%\",\"15%\"]},{\"y\":[36,53,11],\"text\":[\"36%\",\"53%\",\"11%\"]},{\"y\":[21,73,7],\"text\":[\"21%\",\"73%\",\"7%\"]},{\"y\":[31,55,14],\"text\":[\"31%\",\"55%\",\"14%\"]},{\"y\":[26,66,8],\"text\":[\"26%\",\"66%\",\"8%\"]},{\"y\":[44,51,4],\"text\":[\"44%\",\"51%\",\"4%\"]},{\"y\":[48,49,3],\"text\":[\"48%\",\"49%\",\"3%\"]},{\"y\":[50,45,5],\"text\":[\"50%\",\"45%\",\"5%\"]},{\"y\":[40,53,7],\"text\":[\"40%\",\"53%\",\"7%\"]},{\"y\":[47,44,9],\"text\":[\"47%\",\"44%\",\"9%\"]},{\"y\":[45,47,8],\"text\":[\"45%\",\"47%\",\"8%\"]},{\"y\":[28,61,11],\"text\":[\"28%\",\"61%\",\"11%\"]},{\"y\":[37,55,8],\"text\":[\"37%\",\"55%\",\"8%\"]},{\"y\":[33,58,9],\"text\":[\"33%\",\"58%\",\"9%\"]},{\"y\":[48,48,4],\"text\":[\"48%\",\"48%\",\"4%\"]},{\"y\":[48,49,3],\"text\":[\"48%\",\"49%\",\"3%\"]},{\"y\":[48,49,2],\"text\":[\"48%\",\"49%\",\"2%\"]},{\"y\":[47,49,4],\"text\":[\"47%\",\"49%\",\"4%\"]},{\"y\":[75,13,12],\"text\":[\"75%\",\"13%\",\"12%\"]},{\"y\":[35,60,5],\"text\":[\"35%\",\"60%\",\"5%\"]},{\"y\":[46,51,3],\"text\":[\"46%\",\"51%\",\"3%\"]},{\"y\":[48,49,2],\"text\":[\"48%\",\"49%\",\"2%\"]},{\"y\":[47,49,4],\"text\":[\"47%\",\"49%\",\"4%\"]},{\"y\":[56,41,3],\"text\":[\"56%\",\"41%\",\"3%\"]},{\"y\":[45,43,12],\"text\":[\"45%\",\"43%\",\"12%\"]},{\"y\":[41,55,3],\"text\":[\"41%\",\"55%\",\"3%\"]},{\"y\":[39,56,6],\"text\":[\"39%\",\"56%\",\"6%\"]}]},{\"name\":\"fr3\",\"layout\":{\"title\":{\"text\":\"<b>1984 US Presidential Election<br>Democrat: MONDALE, WALTER, \\n Republican: REAGAN, RONALD</b>\"}},\"traces\":[0,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],\"data\":[{\"y\":[30,67,3],\"text\":[\"30%\",\"67%\",\"3%\"]},{\"y\":[39,61,0],\"text\":[\"39%\",\"61%\",\"0%\"]},{\"y\":[45,54,1],\"text\":[\"45%\",\"54%\",\"1%\"]},{\"y\":[41,58,1],\"text\":[\"41%\",\"58%\",\"1%\"]},{\"y\":[31,69,0],\"text\":[\"31%\",\"69%\",\"0%\"]},{\"y\":[43,56,1],\"text\":[\"43%\",\"56%\",\"1%\"]},{\"y\":[26,72,1],\"text\":[\"26%\",\"72%\",\"1%\"]},{\"y\":[38,60,1],\"text\":[\"38%\",\"60%\",\"1%\"]},{\"y\":[34,65,1],\"text\":[\"34%\",\"65%\",\"1%\"]},{\"y\":[50,50,1],\"text\":[\"50%\",\"50%\",\"1%\"]},{\"y\":[43,56,1],\"text\":[\"43%\",\"56%\",\"1%\"]},{\"y\":[40,59,1],\"text\":[\"40%\",\"59%\",\"1%\"]},{\"y\":[44,50,6],\"text\":[\"44%\",\"50%\",\"6%\"]},{\"y\":[48,51,0],\"text\":[\"48%\",\"51%\",\"0%\"]},{\"y\":[44,56,0],\"text\":[\"44%\",\"56%\",\"0%\"]},{\"y\":[32,67,1],\"text\":[\"32%\",\"67%\",\"1%\"]},{\"y\":[28,71,1],\"text\":[\"28%\",\"71%\",\"1%\"]},{\"y\":[37,63,0],\"text\":[\"37%\",\"63%\",\"0%\"]},{\"y\":[46,53,1],\"text\":[\"46%\",\"53%\",\"1%\"]},{\"y\":[38,62,1],\"text\":[\"38%\",\"62%\",\"1%\"]},{\"y\":[40,59,1],\"text\":[\"40%\",\"59%\",\"1%\"]},{\"y\":[46,53,1],\"text\":[\"46%\",\"53%\",\"1%\"]},{\"y\":[39,60,1],\"text\":[\"39%\",\"60%\",\"1%\"]},{\"y\":[39,61,0],\"text\":[\"39%\",\"61%\",\"0%\"]},{\"y\":[48,52,0],\"text\":[\"48%\",\"52%\",\"0%\"]},{\"y\":[41,58,1],\"text\":[\"41%\",\"58%\",\"1%\"]},{\"y\":[25,75,1],\"text\":[\"25%\",\"75%\",\"1%\"]},{\"y\":[35,63,1],\"text\":[\"35%\",\"63%\",\"1%\"]},{\"y\":[29,71,1],\"text\":[\"29%\",\"71%\",\"1%\"]},{\"y\":[40,60,0],\"text\":[\"40%\",\"60%\",\"0%\"]},{\"y\":[39,60,1],\"text\":[\"39%\",\"60%\",\"1%\"]},{\"y\":[45,55,0],\"text\":[\"45%\",\"55%\",\"0%\"]},{\"y\":[37,62,1],\"text\":[\"37%\",\"62%\",\"1%\"]},{\"y\":[47,53,0],\"text\":[\"47%\",\"53%\",\"0%\"]},{\"y\":[40,60,0],\"text\":[\"40%\",\"60%\",\"0%\"]},{\"y\":[33,66,1],\"text\":[\"33%\",\"66%\",\"1%\"]},{\"y\":[39,60,1],\"text\":[\"39%\",\"60%\",\"1%\"]},{\"y\":[33,66,1],\"text\":[\"33%\",\"66%\",\"1%\"]},{\"y\":[38,60,1],\"text\":[\"38%\",\"60%\",\"1%\"]},{\"y\":[42,58,1],\"text\":[\"42%\",\"58%\",\"1%\"]},{\"y\":[36,64,1],\"text\":[\"36%\",\"64%\",\"1%\"]},{\"y\":[38,62,0],\"text\":[\"38%\",\"62%\",\"0%\"]},{\"y\":[85,14,1],\"text\":[\"85%\",\"14%\",\"1%\"]},{\"y\":[31,69,1],\"text\":[\"31%\",\"69%\",\"1%\"]},{\"y\":[38,61,1],\"text\":[\"38%\",\"61%\",\"1%\"]},{\"y\":[37,62,1],\"text\":[\"37%\",\"62%\",\"1%\"]},{\"y\":[38,61,1],\"text\":[\"38%\",\"61%\",\"1%\"]},{\"y\":[40,60,0],\"text\":[\"40%\",\"60%\",\"0%\"]},{\"y\":[44,55,1],\"text\":[\"44%\",\"55%\",\"1%\"]},{\"y\":[36,64,0],\"text\":[\"36%\",\"64%\",\"0%\"]},{\"y\":[35,65,0],\"text\":[\"35%\",\"65%\",\"0%\"]}]},{\"name\":\"fr4\",\"layout\":{\"title\":{\"text\":\"<b>1988 US Presidential Election<br>Democrat: DUKAKIS, MICHAEL, \\n Republican: BUSH, GEORGE H.W.</b>\"}},\"traces\":[0,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],\"data\":[{\"y\":[36,60,4],\"text\":[\"36%\",\"60%\",\"4%\"]},{\"y\":[44,55,1],\"text\":[\"44%\",\"55%\",\"1%\"]},{\"y\":[51,48,1],\"text\":[\"51%\",\"48%\",\"1%\"]},{\"y\":[48,51,1],\"text\":[\"48%\",\"51%\",\"1%\"]},{\"y\":[36,62,1],\"text\":[\"36%\",\"62%\",\"1%\"]},{\"y\":[50,48,1],\"text\":[\"50%\",\"48%\",\"1%\"]},{\"y\":[36,62,2],\"text\":[\"36%\",\"62%\",\"2%\"]},{\"y\":[46,52,2],\"text\":[\"46%\",\"52%\",\"2%\"]},{\"y\":[43,56,1],\"text\":[\"43%\",\"56%\",\"1%\"]},{\"y\":[53,46,1],\"text\":[\"53%\",\"46%\",\"1%\"]},{\"y\":[49,51,1],\"text\":[\"49%\",\"51%\",\"1%\"]},{\"y\":[46,54,1],\"text\":[\"46%\",\"54%\",\"1%\"]},{\"y\":[50,44,6],\"text\":[\"50%\",\"44%\",\"6%\"]},{\"y\":[53,45,1],\"text\":[\"53%\",\"45%\",\"1%\"]},{\"y\":[51,47,2],\"text\":[\"51%\",\"47%\",\"2%\"]},{\"y\":[39,60,1],\"text\":[\"39%\",\"60%\",\"1%\"]},{\"y\":[38,61,1],\"text\":[\"38%\",\"61%\",\"1%\"]},{\"y\":[47,53,1],\"text\":[\"47%\",\"53%\",\"1%\"]},{\"y\":[55,44,1],\"text\":[\"55%\",\"44%\",\"1%\"]},{\"y\":[40,60,0],\"text\":[\"40%\",\"60%\",\"0%\"]},{\"y\":[44,55,1],\"text\":[\"44%\",\"55%\",\"1%\"]},{\"y\":[48,51,1],\"text\":[\"48%\",\"51%\",\"1%\"]},{\"y\":[43,56,1],\"text\":[\"43%\",\"56%\",\"1%\"]},{\"y\":[47,52,1],\"text\":[\"47%\",\"52%\",\"1%\"]},{\"y\":[56,44,0],\"text\":[\"56%\",\"44%\",\"0%\"]},{\"y\":[48,51,1],\"text\":[\"48%\",\"51%\",\"1%\"]},{\"y\":[32,66,2],\"text\":[\"32%\",\"66%\",\"2%\"]},{\"y\":[45,53,2],\"text\":[\"45%\",\"53%\",\"2%\"]},{\"y\":[39,60,1],\"text\":[\"39%\",\"60%\",\"1%\"]},{\"y\":[48,52,0],\"text\":[\"48%\",\"52%\",\"0%\"]},{\"y\":[44,56,1],\"text\":[\"44%\",\"56%\",\"1%\"]},{\"y\":[52,47,0],\"text\":[\"52%\",\"47%\",\"0%\"]},{\"y\":[39,60,1],\"text\":[\"39%\",\"60%\",\"1%\"]},{\"y\":[48,51,1],\"text\":[\"48%\",\"51%\",\"1%\"]},{\"y\":[43,56,1],\"text\":[\"43%\",\"56%\",\"1%\"]},{\"y\":[39,60,1],\"text\":[\"39%\",\"60%\",\"1%\"]},{\"y\":[47,52,1],\"text\":[\"47%\",\"52%\",\"1%\"]},{\"y\":[43,56,2],\"text\":[\"43%\",\"56%\",\"2%\"]},{\"y\":[42,56,1],\"text\":[\"42%\",\"56%\",\"1%\"]},{\"y\":[42,58,1],\"text\":[\"42%\",\"58%\",\"1%\"]},{\"y\":[38,62,1],\"text\":[\"38%\",\"62%\",\"1%\"]},{\"y\":[42,58,0],\"text\":[\"42%\",\"58%\",\"0%\"]},{\"y\":[83,14,3],\"text\":[\"83%\",\"14%\",\"3%\"]},{\"y\":[41,58,1],\"text\":[\"41%\",\"58%\",\"1%\"]},{\"y\":[44,54,2],\"text\":[\"44%\",\"54%\",\"2%\"]},{\"y\":[39,60,1],\"text\":[\"39%\",\"60%\",\"1%\"]},{\"y\":[40,59,1],\"text\":[\"40%\",\"59%\",\"1%\"]},{\"y\":[39,60,1],\"text\":[\"39%\",\"60%\",\"1%\"]},{\"y\":[54,45,1],\"text\":[\"54%\",\"45%\",\"1%\"]},{\"y\":[43,56,1],\"text\":[\"43%\",\"56%\",\"1%\"]},{\"y\":[39,61,1],\"text\":[\"39%\",\"61%\",\"1%\"]}]},{\"name\":\"fr5\",\"layout\":{\"title\":{\"text\":\"<b>1992 US Presidential Election<br>Democrat: CLINTON, BILL, \\n Republican: BUSH, GEORGE H.W.</b>\"}},\"traces\":[0,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],\"data\":[{\"y\":[30,39,30],\"text\":[\"30%\",\"39%\",\"30%\"]},{\"y\":[39,30,31],\"text\":[\"39%\",\"30%\",\"31%\"]},{\"y\":[41,37,22],\"text\":[\"41%\",\"37%\",\"22%\"]},{\"y\":[46,30,23],\"text\":[\"46%\",\"30%\",\"23%\"]},{\"y\":[39,38,23],\"text\":[\"39%\",\"38%\",\"23%\"]},{\"y\":[43,32,25],\"text\":[\"43%\",\"32%\",\"25%\"]},{\"y\":[28,42,30],\"text\":[\"28%\",\"42%\",\"30%\"]},{\"y\":[38,35,27],\"text\":[\"38%\",\"35%\",\"27%\"]},{\"y\":[32,44,24],\"text\":[\"32%\",\"44%\",\"24%\"]},{\"y\":[43,32,25],\"text\":[\"43%\",\"32%\",\"25%\"]},{\"y\":[49,34,17],\"text\":[\"49%\",\"34%\",\"17%\"]},{\"y\":[44,36,20],\"text\":[\"44%\",\"36%\",\"20%\"]},{\"y\":[47,29,24],\"text\":[\"47%\",\"29%\",\"24%\"]},{\"y\":[48,29,23],\"text\":[\"48%\",\"29%\",\"23%\"]},{\"y\":[42,33,25],\"text\":[\"42%\",\"33%\",\"25%\"]},{\"y\":[37,35,28],\"text\":[\"37%\",\"35%\",\"28%\"]},{\"y\":[34,40,26],\"text\":[\"34%\",\"40%\",\"26%\"]},{\"y\":[37,41,22],\"text\":[\"37%\",\"41%\",\"22%\"]},{\"y\":[43,37,19],\"text\":[\"43%\",\"37%\",\"19%\"]},{\"y\":[37,43,20],\"text\":[\"37%\",\"43%\",\"20%\"]},{\"y\":[40,38,21],\"text\":[\"40%\",\"38%\",\"21%\"]},{\"y\":[45,36,19],\"text\":[\"45%\",\"36%\",\"19%\"]},{\"y\":[43,41,16],\"text\":[\"43%\",\"41%\",\"16%\"]},{\"y\":[42,36,22],\"text\":[\"42%\",\"36%\",\"22%\"]},{\"y\":[47,29,24],\"text\":[\"47%\",\"29%\",\"24%\"]},{\"y\":[46,33,21],\"text\":[\"46%\",\"33%\",\"21%\"]},{\"y\":[25,43,32],\"text\":[\"25%\",\"43%\",\"32%\"]},{\"y\":[40,36,24],\"text\":[\"40%\",\"36%\",\"24%\"]},{\"y\":[29,47,24],\"text\":[\"29%\",\"47%\",\"24%\"]},{\"y\":[44,34,22],\"text\":[\"44%\",\"34%\",\"22%\"]},{\"y\":[45,41,14],\"text\":[\"45%\",\"41%\",\"14%\"]},{\"y\":[48,35,16],\"text\":[\"48%\",\"35%\",\"16%\"]},{\"y\":[41,45,14],\"text\":[\"41%\",\"45%\",\"14%\"]},{\"y\":[50,36,15],\"text\":[\"50%\",\"36%\",\"15%\"]},{\"y\":[44,35,21],\"text\":[\"44%\",\"35%\",\"21%\"]},{\"y\":[37,38,25],\"text\":[\"37%\",\"38%\",\"25%\"]},{\"y\":[46,37,17],\"text\":[\"46%\",\"37%\",\"17%\"]},{\"y\":[34,39,27],\"text\":[\"34%\",\"39%\",\"27%\"]},{\"y\":[53,35,11],\"text\":[\"53%\",\"35%\",\"11%\"]},{\"y\":[47,42,10],\"text\":[\"47%\",\"42%\",\"10%\"]},{\"y\":[43,47,10],\"text\":[\"43%\",\"47%\",\"10%\"]},{\"y\":[43,43,14],\"text\":[\"43%\",\"43%\",\"14%\"]},{\"y\":[85,9,6],\"text\":[\"85%\",\"9%\",\"6%\"]},{\"y\":[34,43,23],\"text\":[\"34%\",\"43%\",\"23%\"]},{\"y\":[46,41,13],\"text\":[\"46%\",\"41%\",\"13%\"]},{\"y\":[41,50,10],\"text\":[\"41%\",\"50%\",\"10%\"]},{\"y\":[41,48,11],\"text\":[\"41%\",\"48%\",\"11%\"]},{\"y\":[43,43,14],\"text\":[\"43%\",\"43%\",\"14%\"]},{\"y\":[48,37,15],\"text\":[\"48%\",\"37%\",\"15%\"]},{\"y\":[37,41,22],\"text\":[\"37%\",\"41%\",\"22%\"]},{\"y\":[39,41,20],\"text\":[\"39%\",\"41%\",\"20%\"]}]},{\"name\":\"fr6\",\"layout\":{\"title\":{\"text\":\"<b>1996 US Presidential Election<br>Democrat: CLINTON, BILL, \\n Republican: DOLE, ROBERT</b>\"}},\"traces\":[0,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],\"data\":[{\"y\":[33,51,16],\"text\":[\"33%\",\"51%\",\"16%\"]},{\"y\":[52,31,18],\"text\":[\"52%\",\"31%\",\"18%\"]},{\"y\":[49,38,13],\"text\":[\"49%\",\"38%\",\"13%\"]},{\"y\":[53,31,16],\"text\":[\"53%\",\"31%\",\"16%\"]},{\"y\":[50,40,11],\"text\":[\"50%\",\"40%\",\"11%\"]},{\"y\":[50,37,13],\"text\":[\"50%\",\"37%\",\"13%\"]},{\"y\":[34,52,14],\"text\":[\"34%\",\"52%\",\"14%\"]},{\"y\":[41,44,15],\"text\":[\"41%\",\"44%\",\"15%\"]},{\"y\":[40,47,13],\"text\":[\"40%\",\"47%\",\"13%\"]},{\"y\":[51,35,14],\"text\":[\"51%\",\"35%\",\"14%\"]},{\"y\":[54,37,9],\"text\":[\"54%\",\"37%\",\"9%\"]},{\"y\":[52,38,10],\"text\":[\"52%\",\"38%\",\"10%\"]},{\"y\":[57,27,16],\"text\":[\"57%\",\"27%\",\"16%\"]},{\"y\":[61,28,10],\"text\":[\"61%\",\"28%\",\"10%\"]},{\"y\":[47,39,14],\"text\":[\"47%\",\"39%\",\"14%\"]},{\"y\":[44,43,13],\"text\":[\"44%\",\"43%\",\"13%\"]},{\"y\":[37,50,13],\"text\":[\"37%\",\"50%\",\"13%\"]},{\"y\":[43,46,10],\"text\":[\"43%\",\"46%\",\"10%\"]},{\"y\":[50,40,10],\"text\":[\"50%\",\"40%\",\"10%\"]},{\"y\":[42,47,11],\"text\":[\"42%\",\"47%\",\"11%\"]},{\"y\":[47,41,12],\"text\":[\"47%\",\"41%\",\"12%\"]},{\"y\":[49,40,11],\"text\":[\"49%\",\"40%\",\"11%\"]},{\"y\":[54,36,10],\"text\":[\"54%\",\"36%\",\"10%\"]},{\"y\":[53,35,12],\"text\":[\"53%\",\"35%\",\"12%\"]},{\"y\":[60,27,13],\"text\":[\"60%\",\"27%\",\"13%\"]},{\"y\":[51,38,11],\"text\":[\"51%\",\"38%\",\"11%\"]},{\"y\":[33,54,12],\"text\":[\"33%\",\"54%\",\"12%\"]},{\"y\":[44,46,10],\"text\":[\"44%\",\"46%\",\"10%\"]},{\"y\":[35,54,11],\"text\":[\"35%\",\"54%\",\"11%\"]},{\"y\":[48,41,11],\"text\":[\"48%\",\"41%\",\"11%\"]},{\"y\":[46,45,9],\"text\":[\"46%\",\"45%\",\"9%\"]},{\"y\":[52,37,12],\"text\":[\"52%\",\"37%\",\"12%\"]},{\"y\":[45,47,8],\"text\":[\"45%\",\"47%\",\"8%\"]},{\"y\":[54,38,7],\"text\":[\"54%\",\"38%\",\"7%\"]},{\"y\":[52,37,12],\"text\":[\"52%\",\"37%\",\"12%\"]},{\"y\":[47,44,9],\"text\":[\"47%\",\"44%\",\"9%\"]},{\"y\":[49,42,9],\"text\":[\"49%\",\"42%\",\"9%\"]},{\"y\":[36,54,10],\"text\":[\"36%\",\"54%\",\"10%\"]},{\"y\":[54,37,9],\"text\":[\"54%\",\"37%\",\"9%\"]},{\"y\":[48,46,6],\"text\":[\"48%\",\"46%\",\"6%\"]},{\"y\":[44,50,6],\"text\":[\"44%\",\"50%\",\"6%\"]},{\"y\":[44,49,7],\"text\":[\"44%\",\"49%\",\"7%\"]},{\"y\":[85,9,5],\"text\":[\"85%\",\"9%\",\"5%\"]},{\"y\":[40,48,11],\"text\":[\"40%\",\"48%\",\"11%\"]},{\"y\":[52,40,8],\"text\":[\"52%\",\"40%\",\"8%\"]},{\"y\":[44,49,7],\"text\":[\"44%\",\"49%\",\"7%\"]},{\"y\":[43,50,7],\"text\":[\"43%\",\"50%\",\"7%\"]},{\"y\":[46,47,7],\"text\":[\"46%\",\"47%\",\"7%\"]},{\"y\":[57,32,11],\"text\":[\"57%\",\"32%\",\"11%\"]},{\"y\":[44,49,7],\"text\":[\"44%\",\"49%\",\"7%\"]},{\"y\":[48,42,10],\"text\":[\"48%\",\"42%\",\"10%\"]}]},{\"name\":\"fr7\",\"layout\":{\"title\":{\"text\":\"<b>2000 US Presidential Election<br>Democrat: GORE, AL, \\n Republican: BUSH, GEORGE W.</b>\"}},\"traces\":[0,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],\"data\":[{\"y\":[28,59,14],\"text\":[\"28%\",\"59%\",\"14%\"]},{\"y\":[49,44,7],\"text\":[\"49%\",\"44%\",\"7%\"]},{\"y\":[48,48,5],\"text\":[\"48%\",\"48%\",\"5%\"]},{\"y\":[51,41,9],\"text\":[\"51%\",\"41%\",\"9%\"]},{\"y\":[47,48,5],\"text\":[\"47%\",\"48%\",\"5%\"]},{\"y\":[50,45,5],\"text\":[\"50%\",\"45%\",\"5%\"]},{\"y\":[28,67,5],\"text\":[\"28%\",\"67%\",\"5%\"]},{\"y\":[33,58,8],\"text\":[\"33%\",\"58%\",\"8%\"]},{\"y\":[33,61,6],\"text\":[\"33%\",\"61%\",\"6%\"]},{\"y\":[0,46,54],\"text\":[\"0%\",\"46%\",\"54%\"]},{\"y\":[55,43,3],\"text\":[\"55%\",\"43%\",\"3%\"]},{\"y\":[51,46,3],\"text\":[\"51%\",\"46%\",\"3%\"]},{\"y\":[57,32,11],\"text\":[\"57%\",\"32%\",\"11%\"]},{\"y\":[59,32,9],\"text\":[\"59%\",\"32%\",\"9%\"]},{\"y\":[47,47,7],\"text\":[\"47%\",\"47%\",\"7%\"]},{\"y\":[46,49,5],\"text\":[\"46%\",\"49%\",\"5%\"]},{\"y\":[28,69,2],\"text\":[\"28%\",\"69%\",\"2%\"]},{\"y\":[38,60,2],\"text\":[\"38%\",\"60%\",\"2%\"]},{\"y\":[47,47,6],\"text\":[\"47%\",\"47%\",\"6%\"]},{\"y\":[41,57,2],\"text\":[\"41%\",\"57%\",\"2%\"]},{\"y\":[46,50,4],\"text\":[\"46%\",\"50%\",\"4%\"]},{\"y\":[51,46,3],\"text\":[\"51%\",\"46%\",\"3%\"]},{\"y\":[56,40,4],\"text\":[\"56%\",\"40%\",\"4%\"]},{\"y\":[56,38,6],\"text\":[\"56%\",\"38%\",\"6%\"]},{\"y\":[61,32,7],\"text\":[\"61%\",\"32%\",\"7%\"]},{\"y\":[53,42,5],\"text\":[\"53%\",\"42%\",\"5%\"]},{\"y\":[26,67,7],\"text\":[\"26%\",\"67%\",\"7%\"]},{\"y\":[42,51,7],\"text\":[\"42%\",\"51%\",\"7%\"]},{\"y\":[33,62,5],\"text\":[\"33%\",\"62%\",\"5%\"]},{\"y\":[47,50,2],\"text\":[\"47%\",\"50%\",\"2%\"]},{\"y\":[41,57,2],\"text\":[\"41%\",\"57%\",\"2%\"]},{\"y\":[46,52,2],\"text\":[\"46%\",\"52%\",\"2%\"]},{\"y\":[44,52,3],\"text\":[\"44%\",\"52%\",\"3%\"]},{\"y\":[56,40,3],\"text\":[\"56%\",\"40%\",\"3%\"]},{\"y\":[55,42,3],\"text\":[\"55%\",\"42%\",\"3%\"]},{\"y\":[45,51,4],\"text\":[\"45%\",\"51%\",\"4%\"]},{\"y\":[48,48,4],\"text\":[\"48%\",\"48%\",\"4%\"]},{\"y\":[37,58,5],\"text\":[\"37%\",\"58%\",\"5%\"]},{\"y\":[46,51,3],\"text\":[\"46%\",\"51%\",\"3%\"]},{\"y\":[47,51,2],\"text\":[\"47%\",\"51%\",\"2%\"]},{\"y\":[41,57,2],\"text\":[\"41%\",\"57%\",\"2%\"]},{\"y\":[43,56,1],\"text\":[\"43%\",\"56%\",\"1%\"]},{\"y\":[85,9,6],\"text\":[\"85%\",\"9%\",\"6%\"]},{\"y\":[38,60,1],\"text\":[\"38%\",\"60%\",\"1%\"]},{\"y\":[45,53,3],\"text\":[\"45%\",\"53%\",\"3%\"]},{\"y\":[41,58,2],\"text\":[\"41%\",\"58%\",\"2%\"]},{\"y\":[42,56,2],\"text\":[\"42%\",\"56%\",\"2%\"]},{\"y\":[43,55,2],\"text\":[\"43%\",\"55%\",\"2%\"]},{\"y\":[56,37,7],\"text\":[\"56%\",\"37%\",\"7%\"]},{\"y\":[38,59,3],\"text\":[\"38%\",\"59%\",\"3%\"]},{\"y\":[49,49,2],\"text\":[\"49%\",\"49%\",\"2%\"]}]},{\"name\":\"fr8\",\"layout\":{\"title\":{\"text\":\"<b>2004 US Presidential Election<br>Democrat: KERRY, JOHN, \\n Republican: BUSH, GEORGE W.</b>\"}},\"traces\":[0,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],\"data\":[{\"y\":[36,61,3],\"text\":[\"36%\",\"61%\",\"3%\"]},{\"y\":[54,45,2],\"text\":[\"54%\",\"45%\",\"2%\"]},{\"y\":[50,49,1],\"text\":[\"50%\",\"49%\",\"1%\"]},{\"y\":[59,39,2],\"text\":[\"59%\",\"39%\",\"2%\"]},{\"y\":[50,49,1],\"text\":[\"50%\",\"49%\",\"1%\"]},{\"y\":[53,46,2],\"text\":[\"53%\",\"46%\",\"2%\"]},{\"y\":[30,68,1],\"text\":[\"30%\",\"68%\",\"1%\"]},{\"y\":[39,59,2],\"text\":[\"39%\",\"59%\",\"2%\"]},{\"y\":[35,63,2],\"text\":[\"35%\",\"63%\",\"2%\"]},{\"y\":[0,48,52],\"text\":[\"0%\",\"48%\",\"52%\"]},{\"y\":[55,44,1],\"text\":[\"55%\",\"44%\",\"1%\"]},{\"y\":[51,48,1],\"text\":[\"51%\",\"48%\",\"1%\"]},{\"y\":[56,38,6],\"text\":[\"56%\",\"38%\",\"6%\"]},{\"y\":[62,37,2],\"text\":[\"62%\",\"37%\",\"2%\"]},{\"y\":[51,47,1],\"text\":[\"51%\",\"47%\",\"1%\"]},{\"y\":[48,50,2],\"text\":[\"48%\",\"50%\",\"2%\"]},{\"y\":[29,69,2],\"text\":[\"29%\",\"69%\",\"2%\"]},{\"y\":[38,60,2],\"text\":[\"38%\",\"60%\",\"2%\"]},{\"y\":[49,50,1],\"text\":[\"49%\",\"50%\",\"1%\"]},{\"y\":[39,60,1],\"text\":[\"39%\",\"60%\",\"1%\"]},{\"y\":[49,51,0],\"text\":[\"49%\",\"51%\",\"0%\"]},{\"y\":[51,48,1],\"text\":[\"51%\",\"48%\",\"1%\"]},{\"y\":[53,46,1],\"text\":[\"53%\",\"46%\",\"1%\"]},{\"y\":[54,44,2],\"text\":[\"54%\",\"44%\",\"2%\"]},{\"y\":[59,39,2],\"text\":[\"59%\",\"39%\",\"2%\"]},{\"y\":[54,44,1],\"text\":[\"54%\",\"44%\",\"1%\"]},{\"y\":[26,72,2],\"text\":[\"26%\",\"72%\",\"2%\"]},{\"y\":[47,52,1],\"text\":[\"47%\",\"52%\",\"1%\"]},{\"y\":[33,66,1],\"text\":[\"33%\",\"66%\",\"1%\"]},{\"y\":[46,53,1],\"text\":[\"46%\",\"53%\",\"1%\"]},{\"y\":[40,60,1],\"text\":[\"40%\",\"60%\",\"1%\"]},{\"y\":[43,56,1],\"text\":[\"43%\",\"56%\",\"1%\"]},{\"y\":[46,54,1],\"text\":[\"46%\",\"54%\",\"1%\"]},{\"y\":[56,43,1],\"text\":[\"56%\",\"43%\",\"1%\"]},{\"y\":[53,46,1],\"text\":[\"53%\",\"46%\",\"1%\"]},{\"y\":[44,55,1],\"text\":[\"44%\",\"55%\",\"1%\"]},{\"y\":[49,50,1],\"text\":[\"49%\",\"50%\",\"1%\"]},{\"y\":[37,62,1],\"text\":[\"37%\",\"62%\",\"1%\"]},{\"y\":[45,54,1],\"text\":[\"45%\",\"54%\",\"1%\"]},{\"y\":[43,57,1],\"text\":[\"43%\",\"57%\",\"1%\"]},{\"y\":[41,58,1],\"text\":[\"41%\",\"58%\",\"1%\"]},{\"y\":[44,56,0],\"text\":[\"44%\",\"56%\",\"0%\"]},{\"y\":[89,9,1],\"text\":[\"89%\",\"9%\",\"1%\"]},{\"y\":[34,66,0],\"text\":[\"34%\",\"66%\",\"0%\"]},{\"y\":[42,57,1],\"text\":[\"42%\",\"57%\",\"1%\"]},{\"y\":[40,59,1],\"text\":[\"40%\",\"59%\",\"1%\"]},{\"y\":[37,62,1],\"text\":[\"37%\",\"62%\",\"1%\"]},{\"y\":[41,58,1],\"text\":[\"41%\",\"58%\",\"1%\"]},{\"y\":[54,45,1],\"text\":[\"54%\",\"45%\",\"1%\"]},{\"y\":[38,61,1],\"text\":[\"38%\",\"61%\",\"1%\"]},{\"y\":[47,52,1],\"text\":[\"47%\",\"52%\",\"1%\"]}]},{\"name\":\"fr9\",\"layout\":{\"title\":{\"text\":\"<b>2008 US Presidential Election<br>Democrat: OBAMA, BARACK H., \\n Republican: MCCAIN, JOHN</b>\"}},\"traces\":[0,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],\"data\":[{\"y\":[38,59,3],\"text\":[\"38%\",\"59%\",\"3%\"]},{\"y\":[58,40,2],\"text\":[\"58%\",\"40%\",\"2%\"]},{\"y\":[56,42,1],\"text\":[\"56%\",\"42%\",\"1%\"]},{\"y\":[67,30,2],\"text\":[\"67%\",\"30%\",\"2%\"]},{\"y\":[54,45,1],\"text\":[\"54%\",\"45%\",\"1%\"]},{\"y\":[58,40,2],\"text\":[\"58%\",\"40%\",\"2%\"]},{\"y\":[36,62,2],\"text\":[\"36%\",\"62%\",\"2%\"]},{\"y\":[47,50,3],\"text\":[\"47%\",\"50%\",\"3%\"]},{\"y\":[45,53,2],\"text\":[\"45%\",\"53%\",\"2%\"]},{\"y\":[54,44,2],\"text\":[\"54%\",\"44%\",\"2%\"]},{\"y\":[62,37,1],\"text\":[\"62%\",\"37%\",\"1%\"]},{\"y\":[57,41,2],\"text\":[\"57%\",\"41%\",\"2%\"]},{\"y\":[60,31,9],\"text\":[\"60%\",\"31%\",\"9%\"]},{\"y\":[61,36,3],\"text\":[\"61%\",\"36%\",\"3%\"]},{\"y\":[57,40,3],\"text\":[\"57%\",\"40%\",\"3%\"]},{\"y\":[55,43,2],\"text\":[\"55%\",\"43%\",\"2%\"]},{\"y\":[33,65,3],\"text\":[\"33%\",\"65%\",\"3%\"]},{\"y\":[45,53,2],\"text\":[\"45%\",\"53%\",\"2%\"]},{\"y\":[54,44,2],\"text\":[\"54%\",\"44%\",\"2%\"]},{\"y\":[50,49,1],\"text\":[\"50%\",\"49%\",\"1%\"]},{\"y\":[52,47,2],\"text\":[\"52%\",\"47%\",\"2%\"]},{\"y\":[54,44,1],\"text\":[\"54%\",\"44%\",\"1%\"]},{\"y\":[57,42,1],\"text\":[\"57%\",\"42%\",\"1%\"]},{\"y\":[61,38,1],\"text\":[\"61%\",\"38%\",\"1%\"]},{\"y\":[63,35,2],\"text\":[\"63%\",\"35%\",\"2%\"]},{\"y\":[61,37,2],\"text\":[\"61%\",\"37%\",\"2%\"]},{\"y\":[34,63,3],\"text\":[\"34%\",\"63%\",\"3%\"]},{\"y\":[54,45,2],\"text\":[\"54%\",\"45%\",\"2%\"]},{\"y\":[42,57,2],\"text\":[\"42%\",\"57%\",\"2%\"]},{\"y\":[49,49,1],\"text\":[\"49%\",\"49%\",\"1%\"]},{\"y\":[41,57,1],\"text\":[\"41%\",\"57%\",\"1%\"]},{\"y\":[43,56,2],\"text\":[\"43%\",\"56%\",\"2%\"]},{\"y\":[53,46,1],\"text\":[\"53%\",\"46%\",\"1%\"]},{\"y\":[62,36,2],\"text\":[\"62%\",\"36%\",\"2%\"]},{\"y\":[62,37,1],\"text\":[\"62%\",\"37%\",\"1%\"]},{\"y\":[45,54,1],\"text\":[\"45%\",\"54%\",\"1%\"]},{\"y\":[57,42,1],\"text\":[\"57%\",\"42%\",\"1%\"]},{\"y\":[42,57,2],\"text\":[\"42%\",\"57%\",\"2%\"]},{\"y\":[39,59,2],\"text\":[\"39%\",\"59%\",\"2%\"]},{\"y\":[42,57,1],\"text\":[\"42%\",\"57%\",\"1%\"]},{\"y\":[45,54,1],\"text\":[\"45%\",\"54%\",\"1%\"]},{\"y\":[50,49,1],\"text\":[\"50%\",\"49%\",\"1%\"]},{\"y\":[92,7,1],\"text\":[\"92%\",\"7%\",\"1%\"]},{\"y\":[34,66,0],\"text\":[\"34%\",\"66%\",\"0%\"]},{\"y\":[40,59,2],\"text\":[\"40%\",\"59%\",\"2%\"]},{\"y\":[43,56,1],\"text\":[\"43%\",\"56%\",\"1%\"]},{\"y\":[39,60,1],\"text\":[\"39%\",\"60%\",\"1%\"]},{\"y\":[47,52,1],\"text\":[\"47%\",\"52%\",\"1%\"]},{\"y\":[71,26,2],\"text\":[\"71%\",\"26%\",\"2%\"]},{\"y\":[44,55,1],\"text\":[\"44%\",\"55%\",\"1%\"]},{\"y\":[51,48,1],\"text\":[\"51%\",\"48%\",\"1%\"]}]},{\"name\":\"fr10\",\"layout\":{\"title\":{\"text\":\"<b>2012 US Presidential Election<br>Democrat: OBAMA, BARACK H., \\n Republican: ROMNEY, MITT</b>\"}},\"traces\":[0,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],\"data\":[{\"y\":[41,55,4],\"text\":[\"41%\",\"55%\",\"4%\"]},{\"y\":[55,40,4],\"text\":[\"55%\",\"40%\",\"4%\"]},{\"y\":[53,46,1],\"text\":[\"53%\",\"46%\",\"1%\"]},{\"y\":[67,31,2],\"text\":[\"67%\",\"31%\",\"2%\"]},{\"y\":[52,46,2],\"text\":[\"52%\",\"46%\",\"2%\"]},{\"y\":[56,41,3],\"text\":[\"56%\",\"41%\",\"3%\"]},{\"y\":[33,65,3],\"text\":[\"33%\",\"65%\",\"3%\"]},{\"y\":[42,55,3],\"text\":[\"42%\",\"55%\",\"3%\"]},{\"y\":[39,58,3],\"text\":[\"39%\",\"58%\",\"3%\"]},{\"y\":[0,45,55],\"text\":[\"0%\",\"45%\",\"55%\"]},{\"y\":[58,41,2],\"text\":[\"58%\",\"41%\",\"2%\"]},{\"y\":[54,45,1],\"text\":[\"54%\",\"45%\",\"1%\"]},{\"y\":[61,31,8],\"text\":[\"61%\",\"31%\",\"8%\"]},{\"y\":[60,37,2],\"text\":[\"60%\",\"37%\",\"2%\"]},{\"y\":[54,42,4],\"text\":[\"54%\",\"42%\",\"4%\"]},{\"y\":[52,46,2],\"text\":[\"52%\",\"46%\",\"2%\"]},{\"y\":[28,68,4],\"text\":[\"28%\",\"68%\",\"4%\"]},{\"y\":[40,58,2],\"text\":[\"40%\",\"58%\",\"2%\"]},{\"y\":[52,46,2],\"text\":[\"52%\",\"46%\",\"2%\"]},{\"y\":[44,54,2],\"text\":[\"44%\",\"54%\",\"2%\"]},{\"y\":[51,48,2],\"text\":[\"51%\",\"48%\",\"2%\"]},{\"y\":[52,47,1],\"text\":[\"52%\",\"47%\",\"1%\"]},{\"y\":[58,41,1],\"text\":[\"58%\",\"41%\",\"1%\"]},{\"y\":[58,41,1],\"text\":[\"58%\",\"41%\",\"1%\"]},{\"y\":[63,35,2],\"text\":[\"63%\",\"35%\",\"2%\"]},{\"y\":[60,37,3],\"text\":[\"60%\",\"37%\",\"3%\"]},{\"y\":[25,73,2],\"text\":[\"25%\",\"73%\",\"2%\"]},{\"y\":[51,46,2],\"text\":[\"51%\",\"46%\",\"2%\"]},{\"y\":[38,60,2],\"text\":[\"38%\",\"60%\",\"2%\"]},{\"y\":[44,54,2],\"text\":[\"44%\",\"54%\",\"2%\"]},{\"y\":[38,60,2],\"text\":[\"38%\",\"60%\",\"2%\"]},{\"y\":[36,62,2],\"text\":[\"36%\",\"62%\",\"2%\"]},{\"y\":[51,47,2],\"text\":[\"51%\",\"47%\",\"2%\"]},{\"y\":[62,36,2],\"text\":[\"62%\",\"36%\",\"2%\"]},{\"y\":[59,40,1],\"text\":[\"59%\",\"40%\",\"1%\"]},{\"y\":[45,54,2],\"text\":[\"45%\",\"54%\",\"2%\"]},{\"y\":[53,43,4],\"text\":[\"53%\",\"43%\",\"4%\"]},{\"y\":[38,60,2],\"text\":[\"38%\",\"60%\",\"2%\"]},{\"y\":[37,61,3],\"text\":[\"37%\",\"61%\",\"3%\"]},{\"y\":[39,59,1],\"text\":[\"39%\",\"59%\",\"1%\"]},{\"y\":[44,55,1],\"text\":[\"44%\",\"55%\",\"1%\"]},{\"y\":[48,50,1],\"text\":[\"48%\",\"50%\",\"1%\"]},{\"y\":[91,7,2],\"text\":[\"91%\",\"7%\",\"2%\"]},{\"y\":[33,67,0],\"text\":[\"33%\",\"67%\",\"0%\"]},{\"y\":[41,58,2],\"text\":[\"41%\",\"58%\",\"2%\"]},{\"y\":[44,55,1],\"text\":[\"44%\",\"55%\",\"1%\"]},{\"y\":[38,61,1],\"text\":[\"38%\",\"61%\",\"1%\"]},{\"y\":[46,53,1],\"text\":[\"46%\",\"53%\",\"1%\"]},{\"y\":[70,28,2],\"text\":[\"70%\",\"28%\",\"2%\"]},{\"y\":[41,57,1],\"text\":[\"41%\",\"57%\",\"1%\"]},{\"y\":[50,49,1],\"text\":[\"50%\",\"49%\",\"1%\"]}]},{\"name\":\"fr11\",\"layout\":{\"title\":{\"text\":\"<b>2016 US Presidential Election<br>Democrat: CLINTON, HILLARY, \\n Republican: TRUMP, DONALD J.</b>\"}},\"traces\":[0,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],\"data\":[{\"y\":[37,51,12],\"text\":[\"37%\",\"51%\",\"12%\"]},{\"y\":[46,43,10],\"text\":[\"46%\",\"43%\",\"10%\"]},{\"y\":[46,47,6],\"text\":[\"46%\",\"47%\",\"6%\"]},{\"y\":[56,30,15],\"text\":[\"56%\",\"30%\",\"15%\"]},{\"y\":[47,46,7],\"text\":[\"47%\",\"46%\",\"7%\"]},{\"y\":[53,37,11],\"text\":[\"53%\",\"37%\",\"11%\"]},{\"y\":[27,59,13],\"text\":[\"27%\",\"59%\",\"13%\"]},{\"y\":[36,56,8],\"text\":[\"36%\",\"56%\",\"8%\"]},{\"y\":[27,63,10],\"text\":[\"27%\",\"63%\",\"10%\"]},{\"y\":[46,45,9],\"text\":[\"46%\",\"45%\",\"9%\"]},{\"y\":[56,39,5],\"text\":[\"56%\",\"39%\",\"5%\"]},{\"y\":[47,47,5],\"text\":[\"47%\",\"47%\",\"5%\"]},{\"y\":[56,32,11],\"text\":[\"56%\",\"32%\",\"11%\"]},{\"y\":[59,32,9],\"text\":[\"59%\",\"32%\",\"9%\"]},{\"y\":[50,39,11],\"text\":[\"50%\",\"39%\",\"11%\"]},{\"y\":[48,46,7],\"text\":[\"48%\",\"46%\",\"7%\"]},{\"y\":[22,67,11],\"text\":[\"22%\",\"67%\",\"11%\"]},{\"y\":[32,62,7],\"text\":[\"32%\",\"62%\",\"7%\"]},{\"y\":[42,51,7],\"text\":[\"42%\",\"51%\",\"7%\"]},{\"y\":[38,57,5],\"text\":[\"38%\",\"57%\",\"5%\"]},{\"y\":[44,52,5],\"text\":[\"44%\",\"52%\",\"5%\"]},{\"y\":[48,49,4],\"text\":[\"48%\",\"49%\",\"4%\"]},{\"y\":[55,41,3],\"text\":[\"55%\",\"41%\",\"3%\"]},{\"y\":[55,41,5],\"text\":[\"55%\",\"41%\",\"5%\"]},{\"y\":[54,39,7],\"text\":[\"54%\",\"39%\",\"7%\"]},{\"y\":[62,32,7],\"text\":[\"62%\",\"32%\",\"7%\"]},{\"y\":[27,46,27],\"text\":[\"27%\",\"46%\",\"27%\"]},{\"y\":[48,43,9],\"text\":[\"48%\",\"43%\",\"9%\"]},{\"y\":[34,59,8],\"text\":[\"34%\",\"59%\",\"8%\"]},{\"y\":[38,57,5],\"text\":[\"38%\",\"57%\",\"5%\"]},{\"y\":[33,63,5],\"text\":[\"33%\",\"63%\",\"5%\"]},{\"y\":[26,69,5],\"text\":[\"26%\",\"69%\",\"5%\"]},{\"y\":[50,44,6],\"text\":[\"50%\",\"44%\",\"6%\"]},{\"y\":[121,68,-88],\"text\":[\"121%\",\"68%\",\"-88%\"]},{\"y\":[53,42,5],\"text\":[\"53%\",\"42%\",\"5%\"]},{\"y\":[45,49,6],\"text\":[\"45%\",\"49%\",\"6%\"]},{\"y\":[48,40,12],\"text\":[\"48%\",\"40%\",\"12%\"]},{\"y\":[36,57,7],\"text\":[\"36%\",\"57%\",\"7%\"]},{\"y\":[34,61,6],\"text\":[\"34%\",\"61%\",\"6%\"]},{\"y\":[35,61,5],\"text\":[\"35%\",\"61%\",\"5%\"]},{\"y\":[41,55,4],\"text\":[\"41%\",\"55%\",\"4%\"]},{\"y\":[46,50,4],\"text\":[\"46%\",\"50%\",\"4%\"]},{\"y\":[90,4,5],\"text\":[\"90%\",\"4%\",\"5%\"]},{\"y\":[29,65,6],\"text\":[\"29%\",\"65%\",\"6%\"]},{\"y\":[38,58,3],\"text\":[\"38%\",\"58%\",\"3%\"]},{\"y\":[40,58,2],\"text\":[\"40%\",\"58%\",\"2%\"]},{\"y\":[34,62,4],\"text\":[\"34%\",\"62%\",\"4%\"]},{\"y\":[46,51,4],\"text\":[\"46%\",\"51%\",\"4%\"]},{\"y\":[61,29,10],\"text\":[\"61%\",\"29%\",\"10%\"]},{\"y\":[43,52,5],\"text\":[\"43%\",\"52%\",\"5%\"]},{\"y\":[48,49,3],\"text\":[\"48%\",\"49%\",\"3%\"]}]},{\"name\":\"fr12\",\"layout\":{\"title\":{\"text\":\"<b>2020 US Presidential Election<br>Democrat: BIDEN, JOSEPH R. JR, \\n Republican: TRUMP, DONALD J.</b>\"}},\"traces\":[0,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],\"data\":[{\"y\":[43,53,4],\"text\":[\"43%\",\"53%\",\"4%\"]},{\"y\":[53,44,4],\"text\":[\"53%\",\"44%\",\"4%\"]},{\"y\":[49,49,2],\"text\":[\"49%\",\"49%\",\"2%\"]},{\"y\":[65,30,4],\"text\":[\"65%\",\"30%\",\"4%\"]},{\"y\":[53,45,2],\"text\":[\"53%\",\"45%\",\"2%\"]},{\"y\":[58,39,3],\"text\":[\"58%\",\"39%\",\"3%\"]},{\"y\":[33,64,3],\"text\":[\"33%\",\"64%\",\"3%\"]},{\"y\":[41,57,3],\"text\":[\"41%\",\"57%\",\"3%\"]},{\"y\":[32,65,3],\"text\":[\"32%\",\"65%\",\"3%\"]},{\"y\":[52,45,2],\"text\":[\"52%\",\"45%\",\"2%\"]},{\"y\":[58,41,2],\"text\":[\"58%\",\"41%\",\"2%\"]},{\"y\":[51,48,2],\"text\":[\"51%\",\"48%\",\"2%\"]},{\"y\":[60,37,2],\"text\":[\"60%\",\"37%\",\"2%\"]},{\"y\":[65,32,3],\"text\":[\"65%\",\"32%\",\"3%\"]},{\"y\":[56,40,3],\"text\":[\"56%\",\"40%\",\"3%\"]},{\"y\":[50,48,2],\"text\":[\"50%\",\"48%\",\"2%\"]},{\"y\":[26,69,4],\"text\":[\"26%\",\"69%\",\"4%\"]},{\"y\":[36,62,3],\"text\":[\"36%\",\"62%\",\"3%\"]},{\"y\":[45,53,3],\"text\":[\"45%\",\"53%\",\"3%\"]},{\"y\":[41,57,2],\"text\":[\"41%\",\"57%\",\"2%\"]},{\"y\":[45,53,1],\"text\":[\"45%\",\"53%\",\"1%\"]},{\"y\":[50,49,1],\"text\":[\"50%\",\"49%\",\"1%\"]},{\"y\":[57,41,1],\"text\":[\"57%\",\"41%\",\"1%\"]},{\"y\":[59,39,2],\"text\":[\"59%\",\"39%\",\"2%\"]},{\"y\":[59,39,2],\"text\":[\"59%\",\"39%\",\"2%\"]},{\"y\":[63,34,2],\"text\":[\"63%\",\"34%\",\"2%\"]},{\"y\":[38,58,4],\"text\":[\"38%\",\"58%\",\"4%\"]},{\"y\":[55,42,3],\"text\":[\"55%\",\"42%\",\"3%\"]},{\"y\":[39,58,3],\"text\":[\"39%\",\"58%\",\"3%\"]},{\"y\":[41,57,2],\"text\":[\"41%\",\"57%\",\"2%\"]},{\"y\":[36,62,2],\"text\":[\"36%\",\"62%\",\"2%\"]},{\"y\":[30,69,2],\"text\":[\"30%\",\"69%\",\"2%\"]},{\"y\":[54,44,2],\"text\":[\"54%\",\"44%\",\"2%\"]},{\"y\":[65,32,2],\"text\":[\"65%\",\"32%\",\"2%\"]},{\"y\":[59,40,1],\"text\":[\"59%\",\"40%\",\"1%\"]},{\"y\":[49,49,2],\"text\":[\"49%\",\"49%\",\"2%\"]},{\"y\":[54,43,2],\"text\":[\"54%\",\"43%\",\"2%\"]},{\"y\":[42,56,2],\"text\":[\"42%\",\"56%\",\"2%\"]},{\"y\":[35,62,3],\"text\":[\"35%\",\"62%\",\"3%\"]},{\"y\":[37,61,2],\"text\":[\"37%\",\"61%\",\"2%\"]},{\"y\":[43,55,1],\"text\":[\"43%\",\"55%\",\"1%\"]},{\"y\":[49,50,1],\"text\":[\"49%\",\"50%\",\"1%\"]},{\"y\":[92,5,2],\"text\":[\"92%\",\"5%\",\"2%\"]},{\"y\":[32,65,2],\"text\":[\"32%\",\"65%\",\"2%\"]},{\"y\":[40,58,2],\"text\":[\"40%\",\"58%\",\"2%\"]},{\"y\":[41,58,1],\"text\":[\"41%\",\"58%\",\"1%\"]},{\"y\":[37,62,1],\"text\":[\"37%\",\"62%\",\"1%\"]},{\"y\":[49,49,1],\"text\":[\"49%\",\"49%\",\"1%\"]},{\"y\":[63,34,3],\"text\":[\"63%\",\"34%\",\"3%\"]},{\"y\":[46,52,1],\"text\":[\"46%\",\"52%\",\"1%\"]},{\"y\":[48,51,1],\"text\":[\"48%\",\"51%\",\"1%\"]}]}]);\n", | |
"}).then(function() {\n", | |
" Plotly.animate('d6bf81f1-4ed5-40f6-8993-0ed27dfcf002', null);\n", | |
"})\n", | |
"}\n", | |
"\n", | |
" });\n", | |
" </script>\n", | |
"</div>\n", | |
"\n", | |
"</body>\n", | |
"</html>" | |
], | |
"text/plain": [ | |
"data: [\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\",\n", | |
" \"bar with fields hoverinfo, marker, name, text, type, x, xaxis, y, and yaxis\"\n", | |
"]\n", | |
"\n", | |
"layout: \"layout with fields annotations, bargap, font, height, margin, showlegend, sliders, template, title, updatemenus, width, xaxis, xaxis10, xaxis11, xaxis12, xaxis13, xaxis14, xaxis15, xaxis16, xaxis17, xaxis18, xaxis19, xaxis2, xaxis20, xaxis21, xaxis22, xaxis23, xaxis24, xaxis25, xaxis26, xaxis27, xaxis28, xaxis29, xaxis3, xaxis30, xaxis31, xaxis32, xaxis33, xaxis34, xaxis35, xaxis36, xaxis37, xaxis38, xaxis39, xaxis4, xaxis40, xaxis41, xaxis42, xaxis43, xaxis44, xaxis45, xaxis46, xaxis47, xaxis48, xaxis49, xaxis5, xaxis50, xaxis51, xaxis52, xaxis53, xaxis54, xaxis55, xaxis56, xaxis57, xaxis58, xaxis59, xaxis6, xaxis60, xaxis61, xaxis62, xaxis63, xaxis64, xaxis65, xaxis66, xaxis67, xaxis68, xaxis69, xaxis7, xaxis70, xaxis71, xaxis72, xaxis73, xaxis74, xaxis75, xaxis76, xaxis77, xaxis78, xaxis79, xaxis8, xaxis80, xaxis81, xaxis82, xaxis83, xaxis84, xaxis85, xaxis86, xaxis87, xaxis88, xaxis9, yaxis, yaxis10, yaxis11, yaxis12, yaxis13, yaxis14, yaxis15, yaxis16, yaxis17, yaxis18, yaxis19, yaxis2, yaxis20, yaxis21, yaxis22, yaxis23, yaxis24, yaxis25, yaxis26, yaxis27, yaxis28, yaxis29, yaxis3, yaxis30, yaxis31, yaxis32, yaxis33, yaxis34, yaxis35, yaxis36, yaxis37, yaxis38, yaxis39, yaxis4, yaxis40, yaxis41, yaxis42, yaxis43, yaxis44, yaxis45, yaxis46, yaxis47, yaxis48, yaxis49, yaxis5, yaxis50, yaxis51, yaxis52, yaxis53, yaxis54, yaxis55, yaxis56, yaxis57, yaxis58, yaxis59, yaxis6, yaxis60, yaxis61, yaxis62, yaxis63, yaxis64, yaxis65, yaxis66, yaxis67, yaxis68, yaxis69, yaxis7, yaxis70, yaxis71, yaxis72, yaxis73, yaxis74, yaxis75, yaxis76, yaxis77, yaxis78, yaxis79, yaxis8, yaxis80, yaxis81, yaxis82, yaxis83, yaxis84, yaxis85, yaxis86, yaxis87, yaxis88, and yaxis9\"\n", | |
"\n" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
} | |
], | |
"source": [ | |
"let\n", | |
" us_states = JSON.parsefile(\"us-pres-elections/us-states-sbpls.json\")\n", | |
" nstates = length(keys(us_states)) #number of US states\n", | |
" psta = [us_states...]\n", | |
" sort_crit = (x, y) -> x[2][\"axis\"] < y[2][\"axis\"]\n", | |
" sort!(psta, lt = sort_crit)\n", | |
" #filtered Kaggle file \n", | |
" df = CSV.read(\"us-pres-elections/dem-rep-preselect.csv\", DataFrame)\n", | |
" gb = groupby(df, [:year, :state]);\n", | |
"\n", | |
" #Check if for each year there are records for all US states\n", | |
" grlen = [gb[k].year for k in 1:nstates:length(gb)]\n", | |
" for yr in grlen\n", | |
" @assert yr[1] == yr[2]\n", | |
" end\n", | |
" \n", | |
" years = getindex.(grlen, 1)\n", | |
" fig, ymax, _ = bar_pres_elections(first(years), psta, gb) \n", | |
" set_layout!(fig, gb, us_states, ymax, first(years)) \n", | |
" fig, frames = def_frames!(fig, years, psta, gb); \n", | |
" figanim = Plot(fig.plot.data, fig.plot.layout, frames)\n", | |
" display(figanim)\n", | |
"end \n", | |
" " | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"id": "a14aafca", | |
"metadata": {}, | |
"outputs": [], | |
"source": [] | |
} | |
], | |
"metadata": { | |
"@webio": { | |
"lastCommId": "daada216ad20474f904dd0b5f4f04b56", | |
"lastKernelId": "3b96fca5-23c5-4929-9817-b63ef66e33d0" | |
}, | |
"kernelspec": { | |
"display_name": "Julia 1.9.0", | |
"language": "julia", | |
"name": "julia-1.9" | |
}, | |
"language_info": { | |
"file_extension": ".jl", | |
"mimetype": "application/julia", | |
"name": "julia", | |
"version": "1.9.0" | |
} | |
}, | |
"nbformat": 4, | |
"nbformat_minor": 5 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment