C3M5 Analyzing Chlorophyll levels in Australian Coral Reefs Exercise 2 & 3

There is some problem with the grading output, the marks are deducted with an output stating that the input values of X are not matching.

In actual the the visual outputs of the codes are same, and since date is the index, it can not be passed on as x-value specifically. Please help me with this, I would want to know that where am I making the mistake?

Did you correctly set_index on df_bur13 and correctly maps the x-axis to the index values when you define the sns.lineplot? Check the extra hints.

1 Like

Thank you, I did not check the hint section, I was plotting using the plot method of DataFrame since the instructions said to apply directly on DataFrame, but now the results are consistent.