graph: {
node.width:170
node.height:78
display_edge_labels:yes
node.fontname:"helvR12"
edge.fontname:"helvR12"
linear_segments:yes
equalydist:yes
node.shape:rbox
node.roundness:12
yspace:36
node: {title:"l" label:"Steps to determine the factual content of a statement:" borderstyle:invisible}
node: {title:"0" label:"Is the statement\non the Internet?"}
node: {title:"1" label:"It’s the truth." color:#99ee99}
node: {title:"2" label:"It’s a lie." color:#ee9999}
node: {title:"3" label:"Have you considered\nputting the statement\non the Internet?"}
node: {title:"4" label:"Did you put\nthe statement\non the Internet yet?"}
edge: {source:"l" target:"0" linestyle:invisible}
bentnearedge: {source:"0" target:"1" label:" Yes " color:#009900}
bentnearedge: {source:"0" target:"3" label:" No " color:#990000}
bentnearedge: {source:"3" target:"2" label:" No " color:#990000}
bentnearedge: {source:"3" target:"4" label:" Yes " color:#009900}
bentnearedge: {source:"4" target:"0" label:" Yes " color:#009900}
bentnearedge: {source:"4" target:"2" label:" No " color:#990000}
}
|