ggpirate icon indicating copy to clipboard operation
ggpirate copied to clipboard

pirate plots for ggplot2

Results 3 ggpirate issues
Sort by recently updated
recently updated
newest added

Running the following: ```r options(lifecycle_verbosity = "error") sleep |> ggplot2::ggplot(ggplot2::aes(x = extra, y = group)) + ggpirate::geom_pirate( ggplot2::aes(colour = group, fill = group), points = TRUE, bars = FALSE, lines...

Thanks for this excellent function! just a minor feature request. Can you allow dodge width (for position_dodge) to be a settable param? I forked and tested on my end, so...