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
Not sure if it's worth adding because it only affects the DOT source code (not the rendered graph) and we can often just use Python for making things more DRY/concise as you demonstrate. I don't see an obvious way how to add that to the existing subgraph API (https://www.graphviz.org/doc/info/lang.html#subgraphs-and-clusters). Maybe if you have a proposal for an API then we could discuss that.
Consider the following graph
In dot I could do
Is there a way to do something similar from python in a concise way.
The text was updated successfully, but these errors were encountered: