diff options
Diffstat (limited to 'plots.html')
-rw-r--r-- | plots.html | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -4,7 +4,28 @@ layout: plots group: "navigation" --- <h1>Plots</h1> -<p><strong>Disclaimer:</strong> for info about the platform used to generate the plots below, visit the <a href="{{ site.baseurl }}/about.html">About</a> section.</p> + +<p>The platform under which the plots were produced was:</p> + +<table class="table table-bordered reasonable-width"> + <tr> + <th>CPU</th> + <td><a href="http://ark.intel.com/products/58917">Intel Atom N2800</a></td> + </tr> + <tr> + <th>OS</th> + <td>Windows 7 Professional Service Pack 1</td> + </tr> + <tr> + <th>Python</th> + <td>3.4.1</td> + </tr> + <tr> + <th>matplotlib</th> + <td>1.4.0</td> + </tr> +</table> + <div id="plots"> <p class="text-muted">Javascript-generated plot table is supposed to appear here.</p> </div> |