Concept Flow - Plot customization (title, labels, figsize)
Create DataFrame
Call plot() method
Set figsize parameter
Add title with set_title()
Add x-label and y-label with set_xlabel(), set_ylabel()
Show customized plot
Start with data, call plot, customize size, add title and labels, then display the plot.