使用matplotlib-venn使多个可比较的按面积维恩图可比

时间:2019-09-12 13:44:34

标签: matplotlib-venn

我该如何输出:

plt.figure(figsize=(10,10))
venn3(subsets=(1, 1, 1, 1, 1, 1, 1))
plt.show()

可比的:

plt.figure(figsize=(10,10))
venn3(subsets=(1, 1, 1, 1, 1, 1, 1))
plt.show()

可比性是指在两个图中(例如下面的两个绿色圆圈),值为1的圆具有相同的大小enter image description here enter image description here

-----更新---- 在这里找到答案-How to define circle size using matplotlib_venn in python。简短的答案是你做不到!

0 个答案:

没有答案