I am trying to plot several graphs on the same plot using a pandas dataframe, but I'm getting an error probably because I'm not doing it properly and I can't figure it out. Below is a screenshot of my code (sorry the code formatter tool isn't working): Code
And I keep getting ''ValueError: x and y must be the same size''. Just for reference here is the data I am trying to plot, with the R column on the x axis and the specified columns on the x axis: Dataframe
xand oneyat a time. Also, you don't need to doSAPT_data=pd.DataFrame(SAPT_data):pd.read_csvreturns a DataFrame already.