# Mathober2025_Deviation

# ClusteredButNot

For my 3rd sketch of #Mathober2025 coded in #***Locomotion,* ClusteredButNot** takes the 2nd prompt of **“Deviation ”** and uses a line of Raccoons to show a skewed distribution which has an effect on the Deviation.

## Poem

```javascript
They are in line
But the distance isn’t measured as a feature
For this not treasured for these creatures
As they waltz till it is no longer time
```

## Video

%[https://youtu.be/8EEfnKzWDCo] 

## Code

```haskell
b n = dancer { url ="raccoon", size = 0.5*n/2, x = 6.5 - n, y = -2,dur = n};
for [0..15] b;

```
