CHAPTER 5
MATPLOTLIB AND VISUALIZATION
This chapter introduces data visualization, along with a collection of Python-based code samples that use Matplotlib to render charts and graphs. In addition, this chapter contains visualization code samples that combine Pandas and Matplotlib.
The first part of this chapter briefly discusses data visualization, with a short list of some data visualization tools, and a list of various types of visualizations (bar graphs, pie charts, and so forth). Some introductory information can be found online:
The first part of this chapter contains a short introduction to Matplotlib, followed by code samples that display the available colors in Matplotlib.
The second part of this chapter contains an assortment of Python code samples that render...