I'd like my ggplot to blend in to the background slide colour - I thought that setting background or paper to be transparent would solve this, but it doesn't seem to - am I going about this the right way? See an example here: GitHub - njtierney/ggplot-transparency-test
set the chunk options:
{r, dev = "png", dev.args=list(bg="transparent")}
2 Likes
This is great and it works!
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.