Exercise

Plotting a time series (II)

You'll now plot both the datasets again, but with the included time stamps for each (stored in the column called "time"). Let's see if this gives you some more context for understanding each time series data.

Instructions

100 XP
  • Plot data and data2 on top of one another, one per axis object.
  • The x-axis should represent the time stamps and the y-axis should represent the dataset values.