edeap
Version:
Euler Diagrams Drawn with Ellipses Area-Proportionally (Edeap)
12 lines (11 loc) • 393 B
TypeScript
export {};
/**
* Returns an array of strings containing all the zone combinations for
* the contours, contours labelled with a single letter starting at "a" (venn diagram).
* Does not return the outside contour.
*/
/**
* Takes a zone number, which should be seen as a binary,
* indicating whether each contour is in the zone.
* Contours are assumed to be labelled from "a" onwards.
*/