UpSet.js Jupyter Widget - Venn and Euler Diagram

UpSet.js has a basic support for classical Venn diagrams for up to five sets.

This wrapper is implemented in Python 3 with mypy typings and generics. The generic type T of the UpSetJSVennDiagramWidget is type of element that we wanna handle. In the following example we handle str elements.

Basic User Interface

Input Formats

see UpSetSJWidget

Basic Attrributes

see UpsetJSWidget

Interaction

see UpSetJSWidget

Queries

see UpSetJSWidget

Styling

see UpSetJSWidget