资 源 简 介
A set of perl script and a graphical template file to dynamically draw up-to-5 member Venn charts. Example of use:
perl vienna5.pl ABC 0 0 255 1 AC 0 0 255 0.4 BC 0 0 255 0.2 A 0 0 255 0.1 B 0 0 255 0.04 C 0 0 255 0.4 AB 0 0 255 0.3
Where ABC, BC, etc. are the names of corresponding Venn image regions, followed by the RGB color (e.g. 0 0 255) and alpha transparency value from 0 to 1.