Skip to content

silvanocerza/graph-matplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph-matplotlib


Table of Contents

What is this

This a personal attempt of reimplement dagrejs in Python for Matplotlib.

The dagrejs library is, or was, the backbone of Mermaid.

Most people that want to draw graphs in Python will use graphviz, with all the problems this entails. Matplotlib is a good alternative if you don't need to do anything too complex. Though using boxes that contain text as your nodes makes it much more difficult already.

I consider Mermaid one of the best graph libraries, so I decided to reimplement at least the part of it that makes it possible to create nice looking flowcharts.

This obviously doesn't work yet, maybe it won't ever work. Who knows. 🤷

License

graph-matplotlib is distributed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages