Typo in plot alt text (#1295)
This commit is contained in:
parent
8e471a578e
commit
a9afa9bb19
|
@ -702,7 +702,7 @@ For example, if we map presidential party to color, we want to use the standard
|
|||
#| Line plot of id number of presidents versus the year they started their
|
||||
#| presidency. Start year is marked with a point and a segment that starts
|
||||
#| there and ends at the end of the presidency. Democratic presidents are
|
||||
#| represented in black and Republicans in red.
|
||||
#| represented in blue and Republicans in red.
|
||||
|
||||
presidential |>
|
||||
mutate(id = 33 + row_number()) |>
|
||||
|
|
Loading…
Reference in New Issue