Closed MayaGans closed 3 years ago
This is really a shortage, but I am sorry currently it doesn't support adjust title margin.
I have a alternative solution. You may export this graph to Powerpoint format.
# need export package
library(export)
ggVenndiagram()
export::graph2ppt(file = "venn.pptx")
and then move the title by hand.
First of all thank you so much for this insanely incredible package! I was wondering if there's a way to increase the margin between titles and plots? [Ideally I'd like to move the
category_names
up a bit.Any help/tips appreciated!