Exercise

Visualizing all projects for one country

Previously, you created a line plot using the investment_annual_summary. Now, you'll use the data you filtered to create scatterplots that summarize the information about the projects that occurred in Brazil.

Instructions

100 XP
  • In the brazil-investment-projects code chunk, create a scatterplot of the brazil_investment_projects data.
  • Plot the date disclosed (date_disclosed) on the x-axis, and total IFC investment (total_investment) on the y-axis.
  • Color the plot by status, so that the plot includes information about the status of each project.