Practice: Plotting the Data
Explore how to create bar plots, line plots, and subplots to visualize stock price changes and oil data during a recession. Learn to use Python's plotting functions, including for loops and subplots, to analyze financial datasets effectively.
We'll cover the following...
We'll cover the following...
Task 1: Creating a bar plot
Recreate the bar plots below for the max and min stock prices that took the biggest hit during the recession. Use the same data set and codes from the previous practice exercise.
Hint: Use
subplots()and pass ...