Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pcc-git authored Jan 22, 2024
1 parent 0a751a2 commit 87fc199
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions content/Slides/p1/d3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ names.describe()

**What types of charts are there?**

```python
alt.Chart()
.mark_*()
.encode()

# alt.Chart().encode()

```

<br>

**What data do you need to make that chart?**
Expand All @@ -85,6 +76,7 @@ kobe2 = names.query("name == 'Kobe'").filter(items=["name", "year", "Total"])


<br>
<!--------------------
{{< faq "Work with your partner to create a line chart that includes both of your names?">}}
Expand Down Expand Up @@ -112,7 +104,6 @@ Remember this advice [from Edward Tufte](https://medium.com/@AnyChart/advices-by
> To be truthful and revealing, data graphics must bear on the question at the heart of quantitative thinking: "Compared to what?" The emaciated, data-thin design should always provoke suspicion, for graphics often lie by omission, leaving out data sufficient for comparisons.
<!--------------------
{{< faq "What are some charts types we could use to answer this question?">}}
__There is a clear first choice, but I think there are a few other choices that could provide insight.__
Expand Down

0 comments on commit 87fc199

Please sign in to comment.