This chapter introduces the Matplotlib visualization library and demonstrates how to use it with data.
Time series data is data that is recorded. Visualizing this type of data helps clarify trends and illuminates relationships between data.
Visualizations can be used to compare data in a quantitative manner. This chapter explains several methods for quantitative visualizations.
This chapter shows you how to share your visualizations with others: how to save your figures as files, how to adjust their look and feel, and how to automate their creation based on input data.