Login  Register

How to create a figure with two graphviz diagrams in it?

Posted by siddjain on Mar 30, 2020; 5:32pm
URL: https://discuss.asciidoctor.org/How-to-create-a-figure-with-two-graphviz-diagrams-in-it-tp7805.html

Hello,

I want to create a figure containing two graphviz diagrams. How can I do this in asciidoc?

[graphviz]
....
digraph A {
}
....

[graphviz]
....
digraph B {
}
....

I want the diagrams above to be part of a single figure.

Sid