Chapter 2
Statistical Visualizations

Learning Objectives

We will start our journey by understanding the power of Python to manipulate and visualize data, creating useful analysis.

By the end of this chapter, you will be able to:

  • Use graphs for data analysis
  • Create graphs of various types
  • Change graph parameters such as color, title, and axis
  • Export graphs for presentation, printing, and other uses

In this chapter, we will illustrate how the students can generate visualizations with Matplotlib and Seaborn.