AlgebraicJulia / Catlab.jl

A framework for applied category theory in the Julia language
https://www.algebraicjulia.org
MIT License
614 stars 58 forks source link

Use named graphs API in Graphviz visualization #858

Closed epatters closed 1 year ago

epatters commented 1 year ago

Follow up to #856.

epatters commented 1 year ago

@slwu89, I was dismayed to see that Graphviz visualization of diagrams didn't already have tests. So thanks for adding them in your #850! Once this is merged, can you rebase your PR to add the tests (and fix any issues that they might reveal)?

slwu89 commented 1 year ago

will do @epatters! thanks.