# Genuary2026_PenPlotter

# BoxesInPlot

**BoxesInPlot** is coded in LiveCodeLab and is displayed in a way that is meant to be Pen Plottable`(Genuary 2026 Prompt 22)`.

## Poem

```javascript
Plotting
The Outlines
That the code is Jotting
As the shapes intertwine 
```

## Images

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767734812109/e47d6b51-4f6c-4782-86b1-a7f86c7ad6ce.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767734819359/ddd701ba-4004-4e74-8f49-791639c69c13.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767734824282/994d9a1c-86b9-460e-ba5e-0ee554350ad2.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767734830374/087eb987-336e-4131-bbc0-3d088047afb4.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767734842516/683043a7-2cba-4274-ac44-f51f5954eb38.png align="center")

## LiveCodeLab Code

```javascript
background white

4 times with i
	scale 1.4
	rotate 0.5,time % 5,3
	noFill
	stroke black
	move 0.1
	box i/20, i/35, i/9
```

```javascript
background white

6 times with i
	scale 1.4
	rotate 0.5,time % 5,3
	noFill
	stroke black
	move 0.1
	rect i/20, i/35, i/9
```
