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 the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to