src/demo/graph_to_eps_demo.cc
changeset 1088 358526a620f8
parent 1086 caa13d291528
child 1091 c756973cd53c
     1.1 --- a/src/demo/graph_to_eps_demo.cc	Tue Jan 18 12:23:09 2005 +0000
     1.2 +++ b/src/demo/graph_to_eps_demo.cc	Wed Jan 19 12:17:11 2005 +0000
     1.3 @@ -72,10 +72,10 @@
     1.4    ListGraph::EdgeMap<int> widths(g);
     1.5    
     1.6    coords[n1]=Xy(50,50);  sizes[n1]=1; colors[n1]=1; shapes[n1]=0;
     1.7 -  coords[n2]=Xy(50,70);  sizes[n2]=2; colors[n2]=2; shapes[n2]=0;
     1.8 +  coords[n2]=Xy(50,70);  sizes[n2]=2; colors[n2]=2; shapes[n2]=2;
     1.9    coords[n3]=Xy(70,70);  sizes[n3]=1; colors[n3]=3; shapes[n3]=0;
    1.10    coords[n4]=Xy(70,50);  sizes[n4]=2; colors[n4]=4; shapes[n4]=1;
    1.11 -  coords[n5]=Xy(85,60);  sizes[n5]=3; colors[n5]=5; shapes[n5]=0;
    1.12 +  coords[n5]=Xy(85,60);  sizes[n5]=3; colors[n5]=5; shapes[n5]=2;
    1.13    
    1.14    Edge e;
    1.15