Metadata-Version: 1.1
Name: mpl-chord-diagram
Version: 0.3.0
Summary: Python module to plot chord diagrams with matplotlib.
Home-page: https://codeberg.org/tfardet/mpl_chord_diagram
Author: Tanguy Fardet
Author-email: tanguy.fardet@tuebingen.mpg.de
License: MIT
Description: 
        The module enables to plot chord diagrams with matplotlib from lists,
        numpy or scipy sparse matrices.
        It provides tunable parameters such as arc sorting based on size or distance,
        and supports gradients to better visualize source and target regions.
        
Keywords: chord diagram matplotlib plotting
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Framework :: Matplotlib
