In the previous chapter, you learned about many advanced concepts related to visualizations with Matplotlib.
In this chapter and the next few chapters, you will learn some techniques for creating data visualizations. Specifically, in this chapter, you will learn how to create the following data visualizations:
Lines and logs
Error bars
Bar graphs
Scatter plots
After reading this chapter, you will be able to work with lines, logs, bars, and scatter plots.
Lines and Logs
You already saw how to plot lines in an earlier ...