What is Nostr?
py5coding /
npub1snh…2xgv
2024-01-03 00:15:38

py5coding on Nostr: This week's #py5 release added a new color mode based on matplotlib's colormaps, ...

This week's #py5 release added a new color mode based on matplotlib's colormaps, adding to the existing RGB and HSB modes:

```python
size(999,999)
color_mode(CMAP,mpl.colormaps['jet'])
stroke_weight(99)
for _ in range(999):
stroke(random(),99)
point(random(999), random(999))
```

#Genuary #processing #Genuary2
Author Public Key
npub1snhr369rl5q977dd2n8rnxy95zsyj0engh70ehvjx5uefvjmezds852xgv