Genetic algorithms provide an expressive, but slow, way to automatically lay out a graph. They suffer when the number of nodes are
Category: Tools
AI for Rock Paper Scissors
Abstract Rock Paper Scissors (RPS) is a decidedly non-trivial game with a fascinating strategy. Here I present a simple RPS AI with
A bold Chord Diagram generator
Chord diagrams are quite familiar these days. There are several available implementations that use hierarchical edge bundling to show a network of
Flow diagram generator with gradients
It’s often useful to show how some property propagates through a system. There are many approaches to this when we create graphs
Dimension diagram generator
This visualizer is intended mainly for data modelling and BI tools. These tools frequently support ‘dimensional modelling’ in which a fact (such
An alluvial plot generator with gradients
This visualizer is a basic alluvial plot generator, illustrating the use of gradients in category-based visualizations with a hopefully useful working example.