pawb.fun is one of the many independent Mastodon servers you can use to participate in the fediverse.
This instance aimed at any and all within the furry fandom, though anyone is welcome! We're friendly towards members of the LGBTQ+ community and aiming to offer a safe space for our users.

Server stats:

303
active users

#ggplot2

1 post1 participant0 posts today
Meghan Harris
Public

Life has been 'lifeing'. Everything is chaotic and I'm just patiently waiting for May for a vacation. In the meantime, I am slowly working on my artpack package. I'm creating convenience functions, group_sample() and group_slice() that will allow you to quickly sample/slice entire groups out of data frames. This is something I personally do a lot for my art. Being able to drop groups of data can lead to some cool visuals sometimes: #rtistry w/ #ggplot2 in #rstats.

Meghan Harris
Public

I usually prefer to make "scapes" (landscapes, seascapes, galaxies) in my art... but I've been curious about doing these types of generated patterns. For this session, I practiced using geom_polygon()'s subgroup argument, slicing out multiple chunks of data at a time to make a clean image, and geometric rotations. #rtistry made in #rstats with #ggplot2

Meghan Harris
Public

It's been a while since I've had the time and/or energy to make art (I technically still don't have the energy or time at the moment), But sometimes, you just gotta do something. I'm working on a lot, but I will eventually get to a point where I can breathe later this year after Posit Conf. In the meantime, here's some #rtistry made in #rstats with #ggplot2 🌆

Meghan Harris
Public

In my head, the last few days have "felt" like Friday. In the midst of all the chaos, I miraculously am still chugging along with...everything I have to do. This week's #rtistry #ggplot2 work is for the "Wavescapes" chapter. In the last week, I've re-learned more about basic trigonometry than I care for. Here are some snapshots of some WIP outputs as I'm still trying to land on an example to go through step-by-step for the beginning of this chapter.

Jesse Onland
Public

My attempt at this week's Du Bois Visualization Challenge.

I would have liked to recreate the hand-painted texture of fills and the ragged left edge of the plot. The package `ggpattern` provides some functions for creating non-solid fills, but I didn't see a way to do it in a purely programmatic way. And, sadly, there doesn't seem to be any `ggplot2` extension that does ragged edges.