library(tidyverse)penguins |>drop_na() |>ggplot(aes(x = bill_len, y = flipper_len, color = species)) +geom_point(size =3) +geom_point(size =1, color ="black", alpha =0.3) +coord_polar() +theme_void() +scale_color_brewer() +theme(legend.position ="none")
Penguins huddle tight in the arctic as chilly winds softly breath cold whispers into blue-black ears. Polar Moon is a representation of the trials and tribulations of the arctic, serving as a reminder of the harshness of the outdoors and the warmth of community. The penguins queue into crescents, swaddling their kin–though a few rogues rough it alone–together they will suffer through the unforgiving night.
The code is very simple, using basic ggplot functions and the penguins dataset, recently added to base R.
Ex nihilo, nihil fit, or so they say, but in TITLE 2 darkness begets the blood of life. Squares, the keys to the universe, are seated within one another as stochastic swirls sway; soft magma particles, flecks of the future fly unabashed and fruitfully.
I used Navarro’s functions for making this artwork; I doubled the colour depth which I think induces more tones of red. I also didn’t clip the image at all leading to a slightly rougher final product, which I like.