Skip to content
Discussion options

You must be logged in to vote

Hi @htqqdd

This is an interesting point!

I just pushed a fix to the development version of tidyplots, which now allows to do this

tidyplot(study, x = group, y = score) |>
  add_data_points(jitter_width = 0.5) |>
  add_data_labels_repel(label = participant,
                        jitter_width = 0.5,
                        max.overlaps = Inf, min.segment.length = 0)

You can install the development version like so

install.packages("pak")
pak::pak("jbengler/tidyplots")

Or in case {pak} does not work, like so

install.packages("devtools")
devtools::install_github("jbengler/tidyplots")

Best
Broder

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@htqqdd
Comment options

Answer selected by htqqdd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants