I have a multiple dataframes each having a x and y column. The x values are same for all dataframes but the y values differ.
I wish plot on a single graph the y values for all dataframes,
corresponding to each x value.
I have tried using the plot function, it doesn't seem to offer such a functionality.
Please help me out. Thanks in advance!