I made some data in dataframe and I wanted to plot them into 1 graph, how do I do that?
I plot them one by one using these codes and here are the results
df.plot(x='MONTH', y='MONTHLY INCOME')
df.plot(x='MONTH', y='MONTHLY EXPENSES')
df.plot(x='MONTH', y='MONTHLY SAVINGS')
graphs https://i.sstatic.net/59kpV.png
Dataframe https://i.sstatic.net/vPiFO.png