Yani Bellini Saibene on Nostr: And now this beauty. Created with #Rstats ggplot(art_dat, aes(x,y, group = path_id, ...
And now this beauty. Created with #Rstats
ggplot(art_dat, aes(x,y, group = path_id, color = step_id)) +
geom_path(size = 0.5, alpha = 0.5) +
scale_color_viridis_c(option = "B", guide = NULL) +
coord_equal() +
theme_void()
The dataset has 40000 points generated with some natural noise and random stuff (a very technical explanation 😂).
ggplot(art_dat, aes(x,y, group = path_id, color = step_id)) +
geom_path(size = 0.5, alpha = 0.5) +
scale_color_viridis_c(option = "B", guide = NULL) +
coord_equal() +
theme_void()
The dataset has 40000 points generated with some natural noise and random stuff (a very technical explanation 😂).