A basic dot plot
As shown in the video, use only geom_path() to create the basic structure of the dot plot.
Diese Übung ist Teil des Kurses
Communicating with Data in the Tidyverse
Anleitung zur Übung
- Create a new ggplot object which takes
ilo_dataas data set. - Add a
geom_path()geometry where the weekly working hours are mapped to the x-axis and countries to the y-axis.
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Create the dot plot
___