--- a/tornado-plots/index.html Sun Nov 05 13:43:36 2023 -0500
+++ b/tornado-plots/index.html Sun Nov 05 13:49:41 2023 -0500
@@ -3,12 +3,16 @@
<html>
<head>
<title>Tornado Plot Demo</title>
+
+ <link rel="stylesheet" type="text/css" href="style.css"/>
<script src="p5.min.js"></script>
<script src="sketch.js"></script>
</head>
<body>
<main>
</main>
+ <p><strong>Disclaimer:</strong> this was thrown together in a couple of hours one night, there may be bugs. <a href="https://github.com/sjl/random.stevelosh.com/tree/master/tornado-plots">Pull requests welcome.</a></p>
+
<p>The graph is 100kb wide. The histogram is frequency of reads.</p>
<ul>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tornado-plots/style.css Sun Nov 05 13:49:41 2023 -0500
@@ -0,0 +1,11 @@
+body {
+ line-height:1.5;
+ font-size:16px;
+ color: #222;
+ font-family: serif;
+}
+
+a {
+ color: #e50053;
+}
+