# Genuary2026_Plottable2

# **BoxesInPlot2**

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

## Poetry

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

## Images

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1768516898197/a286b9a6-f03f-428c-b062-8cfd58ed8415.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1768516903892/326c174a-e332-4b83-ba77-be71de2a6c35.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1768516909524/043c7a2f-dddb-4c21-9b09-2c7b7205b9c1.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1768516913527/9d6962cf-4123-463e-aa2a-5de21db16d6b.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1768516916115/48a26b24-c8df-4b82-8d75-91698ba8a767.png align="center")

## **LiveCodeLab Code**

```javascript
6 times with i
    scale 1.2
    rotate 0.5,time % 5,Math.cbrt(sin(time))
    noFill
    stroke black
    move 0.1,0.2,sin(time)/5
    rect i/20, i/35, i/9
    box
```
