yanlinlin82 / ggvenn

Venn Diagram by ggplot2, with really easy-to-use API.
Other
167 stars 25 forks source link

feature request #1

Closed living1069 closed 5 years ago

living1069 commented 5 years ago

When arranging with cowplot::plot_grid, two venn plot will change the ratio for each plot. Could the ggvenn fix the ratio of width and height for each plots? Thanks! Below is what I got. image

yanlinlin82 commented 5 years ago

Thank you for your interest in this package! How about to try coord_fixed()?

yanlinlin82 commented 5 years ago

I guess this could be done by calling ggplot function coord_fixed(), so I will close this now.

Besides, any other suggestions are welcome!