Metadata-Version: 1.1
Name: simple-venn
Version: 0.1.0
Summary: Simple venn diagrams
Home-page: https://github.com/msto/simple-venn
Author: Matthew Stone
Author-email: matthew(dot)stone12(at)gmail.com
License: MIT
Description: simple-venn
        ===========
        
        Simple two-way, three-way, and four-way Venn diagrams in matplotlib.
        
        The function calls are mostly interchangeable with those from
        `matplotlib\_venn <https://github.com/konstantint/matplotlib-venn>`__.
        The ``venn2`` and ``venn3`` functions lack the ``normalize_to``
        parameter, and all functions return an ``AxesSubplot`` object instead of
        a ``VennDiagram``.
        
        ``simple-venn`` makes label customization slightly easier by permitting
        string subset labels and including parameters for set and subset label
        font sizes. The default font sizes are appropriate for an 8 inch by 8
        inch axes.
        
        Example code can be found in the demo `iPython notebook
        <https://github.com/msto/simple-venn/blob/master/demo/simple-venn-demo.ipynb>`__.
        
Keywords: venn diagram matplotlib
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
