ggpubr icon indicating copy to clipboard operation
ggpubr copied to clipboard

'ggplot2' Based Publication Ready Plots

Results 206 ggpubr issues
Sort by recently updated
recently updated
newest added

Dear all, By default, when `add="jitter"` is used in the ggboxplot, the jitter points are over the boxplot (please see the figure attached). Is it possible to put boxplot over...

Hello amazing guys Now I found there is a difference that I can't grasp between compare_means() and pairwise_wilcox_test() looking in to stat difference between intes.dsChall**MMV** and intes.dsChall**VMV** my codes ```...

Hi @kassambara As a response to your kind replies on different issues. I used compare_means() and wilcox_test() to find out that both gave different results (statistical significance) kindly find the...

or combine two or more cells ? I am using the plot from `gt` to show the spanner column label. ![123](https://gt.rstudio.com/reference/figures/gt_parts_of_a_table.svg)

I think we can suppress the persistent ``` `geom_smooth()` using formula 'y ~ x' ``` messages (from `ggscatter()` for e.g.) by adding the following after [this line](https://github.com/kassambara/ggpubr/blob/master/R/ggscatter.R#L284): ```r option[["formula"]]

Hi, I wonder if you can help with how to format dates in ggerrorplot . here is reproducible example of the error: ``` data

Hello, Currently it is only possible to perform multiple pairwise comparison on non parametric data using wilcoxon. It would be great to add the possibility to do dunn tests. Currently...

This is a small PR to add an option to visualize 95% confidence interval instead of p-value with the stat_cor geom. Here is a minimal example: ``` library(ggpubr) set.seed(123) n

Very simple question: Is there a way to round the p values returned by `stat_compare_means(label = "p.format")` ? Currently it prints 5 digits, but I'd like to reduce it to...

I have the following plot and want to want to compare `HER2+` to `triple-negative` for each gene (41BB, CD8A, ...) using ggpubr's `stat_compare_means`. In the end I want to have...