Warning (from warnings module):
File "D:\python\line graph for Compressive Strength.py", line 22
plt.plot( 'x','y', data=df1, linestyle='-', marker='o',label='AR1154', color='#7f6d5f')
RuntimeWarning: Second argument 'y' is ambiguous: could be a format string but is in 'data'; using as data. If it was intended as data, set the format string to an empty string to suppress this warning. If it was intended as a format string, explicitly pass the x-values as well. Alternatively, rename the entry in 'data'.
How to solve the warning given above?