t00.dot 271 B

12345678910111213141516
  1. graph "graph.dot" {
  2. size="6.0,7.0";
  3. node [shape=circle,fixedsize=true,style=filled,
  4. color="khaki",fontcolor="black",fontsize=18];
  5. 1 [label="1", pos="0.552948,1.000000"];
  6. 2 [label="2", pos="0.447052,-0.000000"];
  7. edge [color="blue"];
  8. 1 -- 2;
  9. }