Thanks, Sean. That's helpful. I hadn't seen Mermaid until you mentioned it earlier in this thread so I'm looking at that too.
On Fri, Jul 13, 2018 at 1:42 PM Sean Boyle <[email protected]> wrote: > EXAMPLE: > <$viz text=""" > graph B { > rankdir=RL; > subgraph cluster_a { > label="subgraph"; > a -- b; > } > a -- c; > } > """/> > This also contains a subgraph, in case you should find that useful. > > On Friday, July 13, 2018 at 1:32:02 PM UTC-7, Sean Boyle wrote: >> >> It follows graphviz syntax: "digraph" produces a directed graph, and >> "graph" produces an undirected (no arrows) graph. >> >> On Thursday, July 12, 2018 at 10:57:15 AM UTC-7, Scott Kingery wrote: >>> >>> This is interesting. Is there a way to make lines without arrow heads? I >>> didn't see that in the example. >>> >>> On Wednesday, July 11, 2018 at 8:07:46 AM UTC-7, Eduardo Granados Gomez >>> wrote: >>>> >>>> Hello I have create a graphviz plugin. You can see here >>>> https://github.com/chanilino/tw5viz. How can I share this plugin with >>>> the comunity? >>>> >>>> Thanks >>>> >>>> -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWiki" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/tiddlywiki/uGzzUTS6Fzc/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/e034ffa1-f161-4a14-aba0-1d101405ecdd%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/e034ffa1-f161-4a14-aba0-1d101405ecdd%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAGUDtYE%3DjnJjyy6aR1m8-%2Bx9FMM7SKeTHMkd13ZSBBU_mkj7cw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

