diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-01 00:33:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-01 00:33:55 +0300 |
commit | d3429d569a3e94bc37d0efe369616fe44c733f5d (patch) | |
tree | 3008d919063d9bb6a57e6c95c50ea9e98ef72c4f /plots.html | |
parent | explicit https links to GitHub (diff) | |
download | sorting-algorithms-d3429d569a3e94bc37d0efe369616fe44c733f5d.tar.gz sorting-algorithms-d3429d569a3e94bc37d0efe369616fe44c733f5d.zip |
plots: add platform info
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> |