gaospecial / ggVennDiagram

A 'ggplot2' implement of Venn Diagram.
https://gaospecial.github.io/ggVennDiagram/
GNU General Public License v3.0
282 stars 38 forks source link

Increase margin between title and plots #15

Closed MayaGans closed 3 years ago

MayaGans commented 3 years ago

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.

image

Any help/tips appreciated!

gaospecial commented 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.