1===== Tableplot =====
2
3<HTML>
4<table class="sortable" id="Earthquakes">
5<caption>2011 Number of Earthquakes Worldwide
6
7</caption>
8<tr>
9<th scope="col">Year</th>
10<th scope="col">Number Earthquakes</th>
11</tr>
12<tr>
13<th scope="row">2000</th>
14<td>22256</td>
15</tr>
16<tr>
17<th scope="row">2001</th>
18<td>23534</td>
19</tr>
20<tr>
21<th scope="row">2002</th>
22<td>27454</td>
23</tr>
24<tr>
25<th scope="row">2003</th>
26<td>31419</td>
27</tr>
28<tr>
29<th scope="row">2004</th>
30<td>31194</td>
31</tr>
32<tr>
33<th scope="row">2005</th>
34<td>30478</td>
35</tr>
36<tr>
37<th scope="row">2006</th>
38<td>29568</td>
39</tr>
40<tr>
41<th scope="row">2007</th>
42<td>29685</td>
43</tr>
44<tr>
45<th scope="row">2008</th>
46<td>31777</td>
47</tr>
48<tr>
49<th scope="row">2009</th>
50<td>14825</td>
51</tr>
52<tr>
53<th scope="row">2010</th>
54<td>21546</td>
55</tr>
56<tr>
57<th scope="row">2011</th>
58<td>20086</td>
59</tr>
60</table>
61</HTML>
62
63
64<tableplot>&series=columns&width=600&height=400&id=Earthquakes&position=after&plotArgs={title: {text: 'Number of Earthquakes Worldwide', fontSize: '14pt', textColor: 'skyblue'}, axes: { yaxis: {renderer: jQuery.jqplot.CategoryAxisRenderer, rendererOptions:{sortMergedLabels:true}}}, seriesDefaults: {renderer:jQuery.jqplot.BarRenderer }}&
65</tableplot>
66
67\\ Source: [[http://earthquake.usgs.gov/earthquakes/eqarchives/year/eqstats.php|United States Geological Survey]]
68
69Note: Starting in January 2009, the USGS National Earthquake Information Center no longer locates earthquakes smaller than magnitude 4.5 outside the United States, unless they receive specific information that the earthquake was felt or caused damage.