From d795795b8983d762557f4cc4b7054b2979817b37 Mon Sep 17 00:00:00 2001
From: James Turk
Date: Wed, 25 Sep 2024 23:57:11 -0500
Subject: [PATCH] just slides
---
00.value-of-dataviz/slides.html | 2 +-
.../{altair-intro.py => altair-notebook.py} | 0
01.gog-altair/{outline.html => slides.html} | 2 +-
01.gog-altair/{outline.md => slides.md} | 0
Justfile | 4 ++++
README.md | 18 +++++++++++++++++-
6 files changed, 23 insertions(+), 3 deletions(-)
rename 01.gog-altair/{altair-intro.py => altair-notebook.py} (100%)
rename 01.gog-altair/{outline.html => slides.html} (99%)
rename 01.gog-altair/{outline.md => slides.md} (100%)
create mode 100644 Justfile
diff --git a/00.value-of-dataviz/slides.html b/00.value-of-dataviz/slides.html
index 16c6a65..048c512 100644
--- a/00.value-of-dataviz/slides.html
+++ b/00.value-of-dataviz/slides.html
@@ -461,4 +461,4 @@ D3 underpins dozens of other charting libraries as well, and D3's own documentat
Learning D3 both requires working in an unfamiliar environment (JavaScript) and with a very unique style of programming based around their concept of the ["data join"](https://d3js.org/d3-selection/joining), which requires a decent understanding of the HTML Document Object Model.
So, if you are here to learn visualization, I think that it is fair that you can succeed in this class without putting yourself through that.