Explain and describe visualization 3 below
How does this relationship vary across different years?
The Data
Think carefully about how to convey your story best. The more convincing your story, the better your grade will be. Think carefully about the principles of data visualization. When designing your visualizations, remember the principles of expressiveness and effectiveness. To be expressive, your visualizations should express all the facts in the data you are trying to convey, and only the facts you are trying to convey. To be effective at conveying the message, your visualizations should encode the most important information in the most effective way, taking into account some of the principles of perception we have encountered. (For example, which features draw your attention first when looking at the images? Are these the features you want your audience to notice first?)
Extra Credit
Loading data
import pandas as pd
df = pd.read_excel('Visualization_MFG_Sample.xlsx', sheet_name='Data')
visualization 1 code
Explain and describe Visualization 1 below
In [5]:
visualization 2 code
Explain and describe Visualization 2 below
In [6]:
visualization 3 code
Explain and describe Visualization 3 below
In [ ]:
visualization 4 code
Explain and describe Visualization 4 below
In [ ]:
visualization 5 code
Explain and describe Visualization 5 below
In [ ]:
visualization 6 code
# Write visualization 6 code here