Sol LeWitt: Drawing Series

draft

January 21, 2020

Sol LeWitt is an artist that produced work beginning in 1960 who is best known for his series of "Wall Drawings". These consist of an artwork drawn directly on a wall and a certificate which includes instructions on how to produce the drawing. LeWitt designed the instructions and produced the certificates, but other draftspeople execute the instructions and create the work in physical space.

There are a total of 1352 Wall Drawings, grouped into 24 series, each with a different style of instructions. These instructions are simple algorithms which are natural to explore with code. This page is an exploration of the "Drawing Series", which consists of 46 wall drawings, produced by a system LeWitt designed beginning in 1968.

The drawings are grids filled with lines in different directions and colors. The certificates describe the style of lines using numbers to represent each possible type. There are four directions of lines, with 1 used for vertical, 2 for horizontal, 3 for diagonal up, and 4 for diagonal down.

1234
1234

Drawings can be rendered in black or in color. In the color style, the numbers represent both the direction and the color, with with 1 used for black, 2 for yellow, 3 for red, and 4 for blue.

1234
1234

Lines can be drawn in one of two methods, with method A using one set of lines per number. method B uses the direction of lines specified by the number, but layers that on top of the directions for each preceding number. For example, 1 is still vertical, but 2 is vertical with horizontal layered on top.

1234
1234

A drawing is made up of a 2×2 grid of the above 2×2 sections. The top-left section uses each of the numbers 1-4 ordered in one of 24 possible ways. The order of those numbers changes from one section to the next in clockwise order, with the process of change determined by the series of the drawing. There are four series, with series 1 using rotation of the numbers, series 2 does a mirror, series 3 uses a "cross mirror", and series 4 uses a "cross reverse".

With four series of 24 drawings each, two methods to render each drawing, and two color styles, there are a total of 384 drawings. Below is a visualization of each drawing, with an additional section illustrating them numerically. Click the buttons or the map below to navigate though the collection.

To create the actual artworks which are installed in various museums, galleries, and private homes, the drawings above are combined into groups, with the result finally being considered a Wall Drawing. The 46 Wall Drawings from the Drawing Series can be explored below. Clicking any part of the Wall Drawing will focus the map above to that drawing's location.

While it's outside the scope of this project, having code to generate these drawings would allow them to go back onto the physical world in interesting ways. New combinations of drawings could be generated, they could be projected onto walls, drawn onto walls with robots, drawn onto paper, or spray-painted with a drone.

The photos at the top of the page and the information needed to create this project come from The Sol LeWitt Wall Drawings Catalogue Raisonné produced by Artifex Press.

If you want to see the drawings in person, just head out to MASS MoCA.