...
Plotting
Learn how to plot DataFrames using the pyplot API from Matplotlib.
The main function used for plotting DataFrames is plot. This function is used in tandem with the show function from the pyplot API, ...
plot
show