Tag: matplotlib

Making prints from python and matplotlib

Read full story / I’ve recently completed a series of print projects in python. I learned a few things that might help others. I’ll share what I’ve learned here. Keep in mind that my experience with print is fairly limited. If you are familiar with printing and have suggestions for this blog, let me know. Fixing Adobe Error 14 […]

My Haruki Murakami data art showcase exhibition

Read full story / My data illustrations based on Haruki Murakami’s novels are currently on display in a local bookstore. Although it’s hard to capture the feeling of these art prints on camera (especially with the one I have), I’ve made a few pictures of the prints. Read ahead to see more and learn what these illustrations are. Short […]

Coldplay Constellations: a data visualization concept

Read full story / Exploration of how I turn Coldplay's Head Full of Dreams live tour into collection of constellations.

Recreating a data visualisation by Alli Torban with Python and Matplotlib

Read full story / Reflections on the recreation of a creative data visualization by Alli Torban using Python and Maptlotlib (+ a link to the code).

More living painting experimentation

Read full story / A new experiment of a randomised living painting. Turning pixel data of a picture into abstract animated art. I think.

Creating an animated painting using Python and Matplotlib

Read full story / Learn how to generated an animated, living painting from pictures with Python and Matplotlib.

Developing Du Bois’s Data Portraits with Python and Matplotlib

Read full story / My entries for the DVS #DuBoisChallenge2024 and my reason for joining this open data visualisation competition.

Generating an GIF animation using Matplotlib and Imageio

Read full story / How to generate a GIF of your data visualisations using Matplotlib and Imageio.

An easy way to generate custom colormaps in Matplotlib

Read full story / A simple trick to make single-color shades in Matplotlib.

Making an interactive Star Wars Data Visualisation using Python and Javascript

Read full story / Can you turn a Matplotlib visual into a interactive website? Maybe it's a weird question, but I explored the idea. (And it works!)