Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Chapter-Instructions/Chapter_11_Instructions.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -569,11 +569,11 @@ ggplot(df, aes(x, y)) +
How does it compare to labs()?

3. Change the display of the presidential terms by:
a. Combining the two variants that customize colors and x axis breaks.
b. Improving the display of the y axis.
c. Labelling each term with the name of the president.
d. Adding informative plot labels.
e. Placing breaks every 4 years (this is trickier than it seems!).
- Combine the two variants that customize colors and x axis breaks.
- Improve the display of the y axis.
- Label each term with the name of the president.
- Add informative plot labels.
- Place breaks every 4 years (this is trickier than it seems!).

4. First, create the following plot.
Then, modify the code using override.aes to make the legend easier to see.
Expand Down Expand Up @@ -740,4 +740,4 @@ For the next 8 chapters (12-19) you’ll learn about the most important types of

------------------------------------------------------------------------

**NEXT UP:** [Chapter 12](https://github.com/UCSC-Treehouse/Essential-skills-for-Treehouse-computational-research/blob/main/Chapter-Instructions/Chapter_12_Instructions.md)
**NEXT UP:** [Chapter 12](https://github.com/UCSC-Treehouse/Essential-skills-for-Treehouse-computational-research/blob/main/Chapter-Instructions/Chapter_12_Instructions.md)