Chapter 22
Data Visualization with Python
Learning Objectives
Upon completing all the content in this chapter, you should be able to do the following:
- Talk about what to do and what not to do with data visualizations.
- Differentiate between chart styles and provide the pros and cons for each style. Scatter plots, histograms, bar charts, pie charts, etc
- Use Matplotlib and Seaborn to create visualizations.
Key Terminology
Here is a list of key terms for this chapter, broken down by the page the term first appears on. Make note of these terms and their definitions.
Best Practices for Data Visualization
- primary colors
- secondary colors
- complementary colors
Choosing a Chart Style
- comparison chart
- distribution chart
- relationship chart
- composition chart
Matplotlib and Seaborn
- bins