view test-data/dotfile.txt @ 2:d6281dc90e20 draft default tip

Uploaded
author dereeper
date Wed, 09 Jun 2021 16:54:15 +0000
parents 6f11162b6fa2
children
line wrap: on
line source

graph G {
overlap="scale";
outputMode="nodesfirst";
MV1 [shape="circle", color="red", width=0.1, height=0.1,fixedsize=true];
MV2 [shape="circle", color="red", width=0.1, height=0.1,fixedsize=true];
MV3 [shape="circle", color="red", width=0.1, height=0.1,fixedsize=true];
haplo1 [shape="circle",style="filled", color="green" , imagescale="both", width=1.2000000000000002, height=1.2000000000000002,fixedsize=true];
haplo2 [shape="circle",style="filled", color="green" , imagescale="both", width=0.8, height=0.8,fixedsize=true];
haplo3 [shape="circle",style="filled", color="green" , imagescale="both", width=5.0, height=5.0,fixedsize=true];
haplo4 [shape="circle",style="filled", color="green" , imagescale="both", width=0.8, height=0.8,fixedsize=true];
haplo5 [shape="circle",style="filled", color="green" , imagescale="both", width=0.8, height=0.8,fixedsize=true];
haplo6 [shape="circle",style="filled", color="green" , imagescale="both", width=0.8, height=0.8,fixedsize=true];
haplo7 [shape="circle",style="filled", color="green" , imagescale="both", width=0.8, height=0.8,fixedsize=true];
haplo8 [shape="circle",style="filled", color="green" , imagescale="both", width=0.8, height=0.8,fixedsize=true];
haplo7 -- MV2 [len=0.2];
haplo4 -- haplo6 [len=0.2];
haplo1 -- haplo2 [len=0.2];
haplo1 -- MV1 [len=0.2];
haplo4 -- MV1 [len=0.2];
haplo3 -- haplo4 [len=0.2];
MV2 -- MV3 [len=0.6];
haplo5 -- MV3 [len=0.8];
MV1 -- MV2 [len=1,label="length: 6.0",color="red"];
haplo8 -- MV3 [len=1,label="length: 24.0",color="red"];
}