- Finish baby name plot
- Questions about the midterm study guide
- Avoiding pitfalls
October 11 2022
If you don’t have the code from last class, you can download the project.
Not really a line plot, a “point” plot. How do we add lines?
marks: [
...,
{
type: "group",
from: {
facet: {
name: "series",
data: "babyNames",
groupby: "sex"
}
},
marks: [
...
]
}
]
Download the project and make improvements to the plot.
Consider:
Download the project and make improvements to the plot.
Consider:
The original data can be found on Kaggle.
Download the project and make improvements to the plot.