Visualize composition patterns for open models #381
Labels
enhancement
New feature or request
frontend
TypeScript frontend and Rust-wasm integrations
visualization
Visualization and plotting
These are undirected wiring diagrams (UWDs), defined implicitly by variable sharing, as familiar from the
@relation
macro in Catlab.In Catlab, UWDs are visualized using Graphviz. That's always an option, and we're already using Graphviz to visualize the generating graph of a model, but I'm hoping we can do better. Specifically, we should investigate Elkjs (#133), which has native support for nested diagrams and will hopefully do better with the outer box of wiring diagrams than Graphviz.
The text was updated successfully, but these errors were encountered: