SUMMARY
This chapter started with a very short introduction to Matplotlib, along with code samples that displayed the available styles in colors in Matplotlib.
Then you learned how to render horizontal lines, slanted lines, parallel lines, and a grid of points. In addition, you learned how to load images, display checkerboard patterns, and plot trigonometric functions. Moreover, you saw how to render histograms, bar charts, pie charts, and heat maps.
Next, you saw how to create a 3D plot, how to render financial data, and render a chart with data from a sqlite3 database.