Sha256: 2e84868983052404455393ad98c71beff727438a78eaac50b33ab5aebc0935af
Contents?: true
Size: 858 Bytes
Versions: 31
Compression:
Stored size: 858 Bytes
Contents
digraph G { graph [truecolor=true, bgcolor=transparent]; rankdir="LR"; subgraph { rank = same; mygraph [label = "# mygraph.dot\ldigraph G {\l Hello -> World;\l}\l", shape = note, fontname = "Courier", fontsize=10]; image [image = "./hello.png", label = "", shape = note]; } subgraph { rank = same; mysite [label = "\nexample.com\n ", shape = "component", fontname = "Arial"]; dotgraph [label = "\ndotgraph.net\n ", shape = "component", fontname = "Arial"]; } subgraph cluster_0 { label = "my_page.html"; fontname = "Courier"; fontsize = 10; color = black; zeimage [image = "./hello.png", label = "", shape = note] } mygraph -> mysite [color = blue]; dotgraph -> image [color = red]; dotgraph -> mysite [color = red]; mysite -> dotgraph [color = blue]; image -> dotgraph [color = red]; mysite -> zeimage [color = red]; }
Version data entries
31 entries across 31 versions & 2 rubygems