Today's artwork generated with and

3 5

Today's artwork generated with and

2 10

🎩to how is evolving despite my half-botched first collection. Dabbing in & now, but is tricky coming from & It will take a while (if ever) before getting close to these organic-looking

6 15

Today's artwork generated with and

7 22

Today's artwork generated with and

4 12

Today's artwork generated with and

3 12

Today's artwork generated with and

3 8

library(tidyverse)
set.seed(19)
map_dfr(letters[2:6],~tibble(x=sample(2:6,3),y=sample(2:6,3),z=.x))|>ggplot(aes(x,y,fill=z))+ggforce::geom_mark_hull()+geom_point(size=5)+coord_fixed()+xlim(0,8)+ylim(0,8)+scale_fill_viridis_d(option="B")+cowplot::theme_nothing()

0 2

Today's artwork generated with and

3 11


library(tidyverse)
c=sample(viridis::turbo(321), 321);t=0:320
x=t*cos(3*t^2);y=t*sin(2*t)
ggplot(tibble(x,y),aes(x,y))+scale_fill_identity()+ggvoronoi::geom_voronoi(aes(fill=c))+coord_fixed()+theme_void()

1 7

You created a great framework for
library(tidyverse)
c=viridis::turbo(321);t=0:320
x=t*cos(t);y=t*sin(t)
ggplot(tibble(x,y),aes(x,y))+scale_fill_identity()+ggvoronoi::geom_voronoi(aes(fill=c))+coord_fixed()+theme_void()

1 19

I made an tutorial on making waves in ggplot with I'm in the middle of moving my site from wix to netlify so I'm adding the GitHub link just in case there's some blog downtime!

📖blog https://t.co/C8fthdkhNA
💻code https://t.co/1LDlHy812w

68 486

Today's artwork generated with and

3 8

Today's artwork generated with and

5 14

day 1: points
A map of all healthcare facilities in Brazil in a couple lines of code:

h <- geobr::read_health_facilities()

ggplot(data=h) + geom_sf(size=.01, alpha=.1, aes(color=abbrev_state), show.legend=F) + theme_void()

Data https://t.co/2ePH5YAHFg

81 754

Today's artwork generated with and

3 14

Just uploaded 4 new weird pices on !

As usual, made with (mainly & packages).

2 2

Today's artwork generated with and

4 7

Today's artwork generated with and

3 5