Tom Box

Vertical lines only

For the #Genuary2025 coding challenge, the first prompt was “Using vertical or horizontal lines only”, I wanted to do something architectural, so opted for experimenting with looking up at buildings, in an isometric style.

I also wanted to find a simpler way of using Python to create daily art, so re-wrote my previous library into a new one called GeoPlot, to use simple objects and functions to build up geometric artwork, utilising Shapely.

The library is designed for readability, so I’ve included the code below, used to create the above image.

GeoPlot code for vertical lines

Here are some alternative plots I’ve made using the same code:

Alternative vertical line plots
← Back to blog