Posts tagged web
Choosing n different colours for graphs
One way to generate a palette of colours for distinguishing different lines and objects in diagrams is to take regular steps around the hue parameter of the HSL colour wheel. If you know how many you’ll need then your can subdivide the space evenly, or if you do not then you can use 1/φ as the interval instead. But this has limitations…
Embedded web content without all that JavaScript cruft
In an earlier blog post I wanted to embed some diagrams. Really I wanted SVG for clean scaling between devices, but I don’t have that format as an output option.
What I've learned so far about CSS, SVG, Liquid, and Jekyll
From the point of view of knowing almost nothing about how any web techology works, here’s a bunch of stuff I had to pick up to draw a picture in a GitHub-powered blog.