Examples

See the examples/ folder or click the below images for source code.

Lissajous curves

Scatterplots and basic plot arrangement.

Colormaps

Demonstrates the different available colormaps with advanced plot arrangement.

Calendar heatmap

A custom plot colouring the cells of a calendar, inspired by the GitHub contributions tracker.

Teapot

3D scatter plot with animated camera orbit.

Mandelbrot

Animated Mandelbrot fractal zoom using function heatmaps and colormaps.

Joint distribution

Joint distribution with marginal histograms, demonstrating plot composition with hstack and vstack.

Voronoi diagram

Voronoi diagram using function heatmaps and scipy.

Teacher-student regression

A simple machine learning experiment with loss curves and progress bars.

Scatter plots

Scatter plots of noisy circular data.

Demo

General demonstration combining various plot types.

Hilbert curve

Hilbert curve visualization with binary data.

Mathematical functions

Scatter plots of mathematical functions with multiple traces.

Source

Dashboard

Live system monitoring dashboard (CPU/RAM usage).

Source

Braille test

Tests braille character rendering with binary dot patterns.

Source

Image rendering

Image rendering with pixel data.

Source

Time series histogram

Time series histogram interpretation.

Source