Session Ready
Exercise

Line Width

In this exercise, you will create a line plot to see the change of human_development_index over time for "Syria" and "Morocco". You will customize your figure using color and line width.

Note that rbokeh, dplyr and hdi_data is available in this session.

Instructions
100 XP
  • Extract "Syrian Arab Republic" and "Morocco" country entries from hdi_data.
  • Using hdi_countries, create a line plot to show the change of human_development_index over time for both countries.
  • Color the lines by country.
  • Set the line width to 3.