[Feature Request] Support for Subgraphs/Clusters (i.e. Compound Graphs) · Issue #37 · nadavrot/layout · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graphviz has support for so-called compound graphs (formal definition) using the
subgraph
construct. For example:should render like this:
However,
layout-rs
currently renders this example (incorrectly) like this (which is, funnily enough, the first image in the project's readme):The text was updated successfully, but these errors were encountered: