829a5fc659a5
Disclaimer, css
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sun, 05 Nov 2023 13:49:41 -0500 |
parents | fbc8a7e0c5de |
children | ba91e9e4c14e |
branches/tags | (none) |
files | tornado-plots/index.html tornado-plots/style.css |
Changes
--- 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>