ecoevo.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Dedicated to Ecology and Evolution. We welcome academics, students, industry scientists, folks from other fields with links to E&E, scientific societies, and nature enthusiasts in general.

Administered by:

Server stats:

593
active users

Simon J. Brandl

& r-ficionados: is there an easy way to plot data in a plot margin (i.e. above plot area)? Plot below is made by adjusting y-value for each color. I want to keep points standardized despite different y-axis scales across several plots and don't want to do math 🙃

@GobyOne geom_rug may be what you're looking for, possibly? Or just use y=Inf with geom_point.