An SVG Scatter chart with errorbars

An example of a Scatter chart that uses errorbars. The errorbars can be both upper and lower values. errorbars can be used to show a range of possible values or standard-deviation etc. They can also be colored individually if required.

This goes in the documents header:
<script src="RGraph.svg.common.core.js"></script>
<script src="RGraph.svg.scatter.js"></script>
Put this where you want the chart to show up:
<div style="width: 650px; height: 350px; border: 1px solid #ddd" id="chart-container"></div>
This is the code that generates the chart: