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

Hi I am trying to change the font of the labs of a panel facet. Nevertheless, I used the function panel.labs.font but it is ignored Here my code plot_components

My impression is that `geom_bracket` is always horizontal, and that makes it hard to apply them to a Kaplan-Meier plot.

Hi all, after updating R the capital NS. is back. > sessionInfo() R version 4.2.0 (2022-04-22) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 20.04.4 LTS Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0 LAPACK:...

As seen on [https://www.researchgate.net/post/R_How_to_add_labels_for_significant_differences_on_boxplot_ggplot2](https://www.researchgate.net/post/R_How_to_add_labels_for_significant_differences_on_boxplot_ggplot2) ![image](https://user-images.githubusercontent.com/10459392/165299844-72b7151a-e555-4d74-87a1-119eef2c2375.png)

I see that `numeric.x.axis` is implemented for `ggline` (#35) and `ggerrorplot` (#280). It would be very helpful if this option were also implemented for `ggbarplot`. Thank you for this wonderful...

How to change regression line width when `add = "reg.line"`

Hi, I am using this package to generate an MA plots and label gene names using the default padj and logFC thresholds. On running the function, I see that in...

Hi, Thank you for creating this tool. I am trying to generate MA plot to highlight a list of genes. However, the lines connecting the gene name and the data...

Hi! I want to change the p-value labels to be like this: `p = 0.0004` - so pretty much add the `p = ` in front of the values. I...

I am trying to use ggsummarystats within Rshiny. I was able to plot the data successfully with summary stats table underneath it. But how do I increase the number of...