In this chapter, we talked about matplotlib and the way it works. We also learned about the difference between the object-oriented interface and the pyplot interface. In addition, we learned how to produce some common visualizations and talked about how to do visualizations with seaborn and pandas, which are very convenient. Finally, we learned how to visualize the relationships between variables and did a practical example of an exploratory data analysis on a real-world dataset.
In the next chapter, we will look at how to carry out statistical computing with Python.