In this assignment, we will be using dir_budget.csv dataset you've made in Assignment I (or you can also use from this). Copy and paste the content to the empty dir_budget.csv in this assignment.
The assignment is to make four plots. You can use matplotlib and/or seaborn library.
Plot A: Plot the number of movies (y-axis) produced in each year (x-axis). Use bar graph.
Plot B: Plot the number of movies (y-axis) produced by James Cameron and Christopher Nolan per five year (x-axis) (Hint: you can use cut). Use line graphs, one line for each director. Use square and circle marker.
Plot C: Plot the total cost of the budget used by the top 10 directors (who used most budget). Use pie chart, make it explodes more for the top 3 directors.
Plot D: Plot the budget vs IMDB score. Use scatter plot and x marker. Add a trendline to the output.
All the plots above need to also satisfy the following requirements:
Each plot has labels on x-axis and y-axis (no need for Plot C)
Each plot has a clear title.
Each plot has legends on appropriate location (not blocking the plot, no need for Plot C and Plot D)
Each plot has at least 1 proper annotations. (no need for Plot C and Plot D)
Only use the colors provided below: