I need to plot temperature readings against a temperature schedule, the schedule specifies 24 values one for every hour of the day. Temperature is read every 10 minutes.
Example: http://jsfiddle.net/ufmvfgon/1/
Either data set will graph fine on its own, but not together. Ideally the X axis should show the points from the “schedule” data set only.
Any suggestions?