pandas.plot() is a convenient method that allows you to create various graphs on its own. However, when you want to make fine adjustments, it is easier to use matplotlib.pyplot. This time, I am ...