IniziaInizia gratis

A basic dot plot

As shown in the video, use only geom_path() to create the basic structure of the dot plot.

Questo esercizio fa parte del corso

Communicating with Data in the Tidyverse

Visualizza il corso

Istruzioni dell'esercizio

  • Create a new ggplot object which takes ilo_data as data set.
  • Add a geom_path() geometry where the weekly working hours are mapped to the x-axis and countries to the y-axis.

Esercizio pratico interattivo

Prova a risolvere questo esercizio completando il codice di esempio.

# Create the dot plot
___
Modifica ed esegui il codice