graph G {
	mindist = 0.5;
	node [shape="circle"];
	a -- b -- c -- a;
}