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

edge_size is probably not working #55

Closed osumpcheng closed 1 year ago

osumpcheng commented 1 year ago

Thank you for building this package. I was trying to change the edge size (line width, if that's the right place to go), and it was not working as I expected. I'm guessing if there is anything wrong with this setting. I'm using v 1.2.2

ggVennDiagram(venn_x, label = "count", label_alpha=0, edge_size = 10000)+ scale_fill_gradient(low="white",high = "red") image

gaospecial commented 1 year ago

Thanks for your feedback. This problem has been solved in latest version. Install the development version by remotes::install_github("gaospecial/ggVennDiagram"), and try it again.

osumpcheng commented 1 year ago

great! thank you so much