Skip to content

secretBiology/SecretChord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecretChord

PyPI version GitHub

Generate robust and beautiful Chord Diagrams with pure matplotlib.

matplotlib wrapper for Chord Diagrams. This is a part of SecretPlot project.

Beta version is available for testing. Install by following command,

pip install SecretChord

Creating chord diagrams is as simple as following,

from SecretChord import ChordDiagram
data = [("a", "b", 2), ("a", "c", 5), ("c", "d", 4)]
ChordDiagram(data).show()

Please share your feedback :)

About

Wrapper for generating chord diagram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages