Here is the code in the previous example for testing on your own site:
[graphviz]
digraph G {
apples -> bananas;
bananas -> cherries;
apples -> cherries;
}
[/graphviz]
You may need to enable this plugin first from the Admin menu.
Here is the code in the previous example for testing on your own site:
[graphviz]
digraph G {
apples -> bananas;
bananas -> cherries;
apples -> cherries;
}
[/graphviz]
You may need to enable this plugin first from the Admin menu.