File: simple.dot

package info (click to toggle)
dot2tex 2.8.7%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,304 kB
  • ctags: 370
  • sloc: python: 3,495; makefile: 12
file content (5 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (3)
1
2
3
4
5
graph G {
	mindist = 0.5;
	node [shape="circle"];
	a -- b -- c -- a;
}