erocoar / gghalves

✂️ Easy half-half geoms in ggplot2
https://erocoar.github.io/gghalves/
Other
241 stars 13 forks source link

Draw intra-individual connections? #7

Open jorvlan opened 4 years ago

jorvlan commented 4 years ago

Dear Mr. Tiedemann,

I was wondering whether it would be possible to draw intra-individual connections between jittered points? See my example figure.

Thanks very much! Jordy example

jorvlan commented 4 years ago

Issue solved, I will now close this case raincloud_extended

If you are interested in the code, I will upload it soon on my GitHub repository : https://github.com/jorvlan/open-visualizations

erocoar commented 4 years ago

Hi, thanks for your feedback. This looks intriguing - I will have a look at your code once it is online.

It currently doesn't work with gghalves unless you read the points' x-positions out of the grob, I assume. But it might be possible to optionally draw the lines while the points are drawn - I will look into that.