aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plots.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-07-01 00:33:55 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-07-01 00:33:55 +0300
commitd3429d569a3e94bc37d0efe369616fe44c733f5d (patch)
tree3008d919063d9bb6a57e6c95c50ea9e98ef72c4f /plots.html
parentexplicit https links to GitHub (diff)
downloadsorting-algorithms-d3429d569a3e94bc37d0efe369616fe44c733f5d.tar.gz
sorting-algorithms-d3429d569a3e94bc37d0efe369616fe44c733f5d.zip
plots: add platform info
Diffstat (limited to '')
-rw-r--r--plots.html23
1 files changed, 22 insertions, 1 deletions
diff --git a/plots.html b/plots.html
index ab91ab4..042a3e1 100644
--- a/plots.html
+++ b/plots.html
@@ -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>