Exercise

Bar charts

In this exercise, you'll use plotly to create a bar chart from scratch in order to explore the distribution of the video game genres represented in games sold between 1980 and 2016.

The data for this bar chart is contained in the Genre column of the vgsales data frame.

Note that plotly has already been loaded for you.

Instructions 1/3

undefined XP
    1
    2
    3
  • Use count() to create a frequency table of Genre.