Plotting

Learn how to plot DataFrames using the pyplot API from Matplotlib.

Chapter Goals:

  • Learn how to plot DataFrames using the pyplot API

A. Basics

The main function used for plotting DataFrames is plot. This function is used in tandem with the show ...