how to graph the two column of a dataframe in jupyter notebook code example Example: how to plot two columns graphs in python df.plot(x='col_name_1', y='col_name_2')