Learning objectives#
Chapter four provides an introduction to the essentials of data visualization in Python using the matplotlib library. This chapter presents an overview of various data visualization libraries available in Python and demonstrates how to create common visualizations using the matplotlib library.
Learning objectives
At the end of this chapter, you should be able to:
Describe some of the different libraries available for data visualization in Python
List the important elements of a plot
Create and manipulate line, bar, and sets of plots using the matplotlib libary
Explain key elements of effective line plots