1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Data Visualization with Plotly in Python

Connected

Exercise

Rainfall plot type buttons

You have been contacted by the Australian Bureau of Meteorology to assist them in understanding monthly rainfall.

They are unsure what plot would best visualize this data, so they are wondering if there is a way to make this part of the interactivity. They don't want subplots, as they will only need to view one plot at a time.

Your task is to create a bar plot of rainfall per month with a button that allows the user to easily change from a bar plot to a scatterplot of the same data.

A rain DataFrame is loaded for you.

Instructions

100 XP
  • Create a button for the bar plot and scatterplot using the plot type argument fed to args.
  • Add the buttons to the plot, setting the direction to down so the buttons are on top of each other.