pyplot

Visualising country data as a tilemap using pyplot and imshow

I show how to lay out countries in a tilemap and populate them as a heatmap using pyplot imshow.

Comparing string and md5 hash dissimilarity using hashlib and jellyfish

Demonstrating that similarity of pairs of strings is uncorrelated to Jaro and Damerau-Levenshtein similarity of their md5 hashes.

Circular visualization of daily and monthly data with KPI ring chart and custom colormap

Code examples and walkthrough of visualising daily data by month on a circular plot, and applying a custom color map. A single plot and monthly sub-plots are shown.

Creating circular plots based on the concepts of a bar chart, using matplotlib

Mapping a bar chart to a circular plot, with variations on circular plotting.

Python examples for visualising normal and skewed normal distributions with histograms

Some code snippets for generating and visualising normal and skewed data, and comparing their mean, quartiles and median.