The aim of these labs is to introduce you to data visualization with Python as concrete and as consistent as possible. Speaking of consistency, because there is no *best* data visualization library ...
This chapter introduces the Matplotlib visualization library and demonstrates how to use it with data. # Plot MLY-PRCP-NORMAL from seattle_weather against the MONTH ax.plot(seattle_weather["MONTH"], ...