# Mathober2024_Partition

# SankeyPartition

For my fifth sketch of Mathober, Which is coded in **MermaidJs*, SankeyPartition*** will be using the 5th prompt of Mathober 2024: ***Integer Partition*** and 30th prompt: ***Commutative*.** This is done through the *Sankey Diagram*, where each curve is representing a different partition that is commutative and additional glitching is created with ***Glitchlab.***

## Poetry

```ocaml
Partitioning the Connections
Connecting the Partitions
Commutative to the 
As these numbers are a community 
```

## Images

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728112785668/61920fb2-b811-47ee-930c-572509f41cb9.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728112800306/34255f5f-b85e-46a8-9c8e-f0e6a8e56fd8.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728112792896/695a8cd5-918e-44fc-9143-983531cab5f7.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728112779665/04acf4c3-945a-49b9-975c-b21829b664f5.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728112819134/fb9a0364-acf9-4b6d-8df4-e056a610643a.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728112823100/e7a4e975-3b05-4f3a-a91d-5a7663c88402.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728112827173/f9855683-9611-43c9-aeeb-24af82446cbe.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728112831716/950f43c0-7c51-448f-b110-d325bf7b51f4.png align="center")

## Code

### MermaidJs Sankey

```javascript
sankey-beta


five, four, 1
five, three, 2
five, two, 3
five, one, 4
six, four, 2
six, three, 3
six, two, 4
six, one, 5
three, one, 2
three, two, 1
seven, five , 2
seven, zero, 7
seven, one, 6
eight, six , 2
eight, five, 3
fifteen, eight, 7
fifteen, seven, 8
```
