Procházet zdrojové kódy

paint_pomological now clears plot background

pull/1/head
Garrick Aden-Buie před 8 roky
rodič
revize
711df6158b
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      R/paint_pomological.R

+ 1
- 0
R/paint_pomological.R Zobrazit soubor

} }
# Paint figure # Paint figure
pomo_gg <- pomo_gg + ggplot2::theme(plot.background = ggplot2::element_rect(fill = 'transparent', colour = NA))
gg_fig <- magick::image_graph(width, height, bg = "transparent", pointsize = pointsize, ...) gg_fig <- magick::image_graph(width, height, bg = "transparent", pointsize = pointsize, ...)
print(pomo_gg) print(pomo_gg)
dev.off() dev.off()

Načítá se…
Zrušit
Uložit