ggsave Questions

6

Solved

How can I remove the white margins in ggsave? My question is exactly the same as Remove white space (i.e., margins) ggplot2 in R. However, the answer there isn't ideal for me. Instead of trial and...
Abhenry asked 11/2, 2016 at 17:29

1

So I made a ggplot using a survifit curve. Wolcurves <- survfit(Surv(Days, Survival) ~ Wol, data = DCV_noPBS) IFB_plot <- ggsurvplot(Wolcurves, data = DCV_noPBS, line = c(2, 1), pval = &quo...
Placate asked 18/1, 2022 at 6:47

1

Solved

When I save a ggplot image with theme_minimal the black and white values are reversed in a photo negative like effect. This does not occur if I do not use a theme nor does it occur with theme_bw. I...
Falls asked 5/9, 2021 at 23:50

2

I have a problem concerning the function ggsave() and I would be really grateful for any help and or suggestions/solutions. I am creating four plots and put them all in one big plot, and since I wa...
Wax asked 3/1, 2021 at 19:50

1

Solved

I'm trying to show the count for dotplot on the x-axis as outlined here: showing count on x-axis for dot plot library(ggplot2) library(grid) date = seq(as.Date("2016/1/5"), as.Date(&quot...
Southerly asked 24/2, 2022 at 10:7

1

I'm currently trying to use Arial.ttf in all my plots. I have found several manuals about fonts online, I'm however running into issues when I try to save the pot via ggsave and the default device....
Gerkman asked 22/9, 2016 at 12:2

2

Solved

I am modifying a graph built with ggplot by altering the data produced by ggplot_build (for a reason similar to Include space for missing factor level used in fill aesthetics in geom_boxplot). As f...
Checky asked 23/8, 2013 at 15:51
1

© 2022 - 2024 — McMap. All rights reserved.