From a9afa9bb191a7845e27fa46306d8ea8b636ccb54 Mon Sep 17 00:00:00 2001 From: David <72680874+davidrsch@users.noreply.github.com> Date: Tue, 21 Feb 2023 14:08:26 +0100 Subject: [PATCH] Typo in plot alt text (#1295) --- communication.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication.qmd b/communication.qmd index e8a795d..d2b6966 100644 --- a/communication.qmd +++ b/communication.qmd @@ -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()) |>