RGraph: HTML5 canvas graph library - Scatter graph

The Scatter graph uses two variables to plot points and makes it clear where there are congregations. The data points make up the X and Y coordinates. The labels on the X axis are separate from the X units, allowing you to "group" them. For example, like the example, you could set the maxium X value to be 365, but only have four labels. That way you would have a granularity of a day, but the X axis would only have four labels. Like the example.

[No canvas support] [No canvas support] [No canvas support] [No canvas support] [No canvas support] [No canvas support]
[No canvas support]
This is similar to the previous example, but demonstrates the alternative method of supplying data to the constructor, as one big array instead of seperate arrays.
[No canvas support]
This is an example of a box plot. You can read about them here.