AlgebraicJulia/Catlab.jl

Integrate with Julia graph drawing packages

Open

#213 opened on Jul 23, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (706 stars) (68 forks)batch import
good first issuegraphicsgraphs

Description

Building on #208, now that we have our own graph data structure, we should consider integrating it with existing Julia packages for drawing graphs. I am aware of GraphRecipes.jl and GraphPlot.jl. AFAIK, they are independent of each other.

If we integrate with one or both of these packages, they should be optional dependencies through Requires.jl.

Contributor guide