From 77b9171dea6c6e868ff5b516f8fbe4a5589a5c70 Mon Sep 17 00:00:00 2001 From: Philip Thomas Date: Sat, 27 May 2017 16:03:41 -0500 Subject: [PATCH] Initial commit --- .gitignore | 2 + scatter.html | 649 +++++++++++++++++++++++++++++++++ scatter_vectors.html | 817 +++++++++++++++++++++++++++++++++++++++++ vectors_only.html | 845 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 2313 insertions(+) create mode 100644 .gitignore create mode 100644 scatter.html create mode 100644 scatter_vectors.html create mode 100644 vectors_only.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0fdde95 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.csv +.DS_Store diff --git a/scatter.html b/scatter.html new file mode 100644 index 0000000..d532a50 --- /dev/null +++ b/scatter.html @@ -0,0 +1,649 @@ + + + + +Election: Wisconsin 2016 + + + + + + + + +
+
+ + + + + +
+
+ + + + + \ No newline at end of file diff --git a/scatter_vectors.html b/scatter_vectors.html new file mode 100644 index 0000000..7e5b94e --- /dev/null +++ b/scatter_vectors.html @@ -0,0 +1,817 @@ + + + + +Election: Wisconsin 2016 + + + + + + + + +
+
+ + + + + +
+
+ + + + + \ No newline at end of file diff --git a/vectors_only.html b/vectors_only.html new file mode 100644 index 0000000..9449713 --- /dev/null +++ b/vectors_only.html @@ -0,0 +1,845 @@ + + + + +Election: Wisconsin 2016 + + + + + + + + +
+
+ + + + + +
+
+ + + + + \ No newline at end of file