//=time() ?>
🎩to how @fxhash_ is evolving despite my half-botched first collection. Dabbing in #javascript & #p5 now, but is tricky coming from #rtistry & #rstats. It will take a while (if ever) before getting close to these #ggplot2 organic-looking #flowfields
#genartclub #creativecoding
@rtbyts @1Abstract_1 @KennyVaden 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()
#rstats280
@1Abstract_1 @rtbyts @KennyVaden #rtistry280
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()
@1Abstract_1 @rtbyts @KennyVaden You created a great framework for #rtistry280!
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()
I made an #rtistry tutorial on making waves in ggplot with #rstats. 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
#30DayMapChallenge 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()
#geobr Data https://t.co/2ePH5YAHFg
Just uploaded 4 new weird pices on @opensea!
As usual, made with #RStats (mainly #ggplot2 & #ambient packages).
#rtistry #generativeart #abstractart #OpenSeaNFT