demo/graph_to_eps_demo.cc
changeset 1875 98698b69a902
parent 1802 fdfa3aa18607
child 1930 92b70deed0c5
     1.1 --- a/demo/graph_to_eps_demo.cc	Wed Jan 04 13:20:17 2006 +0000
     1.2 +++ b/demo/graph_to_eps_demo.cc	Wed Jan 04 13:31:59 2006 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  /* -*- C++ -*-
     1.5   * demo/graph_to_eps.cc - Part of LEMON, a generic C++ optimization library
     1.6   *
     1.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     1.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     1.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.10   *
    1.11   * Permission to use, modify and distribute this software is granted
    1.12 @@ -81,7 +81,7 @@
    1.13    cout << "Create 'graph_to_eps_demo_out.eps'" << endl;
    1.14    graphToEps(g,"graph_to_eps_demo_out.eps").scale(10).coords(coords).
    1.15      title("Sample .eps figure").
    1.16 -    copyright("(C) 2005 LEMON Project").
    1.17 +    copyright("(C) 2006 LEMON Project").
    1.18      nodeScale(2).nodeSizes(sizes).
    1.19      nodeShapes(shapes).
    1.20      nodeColors(composeMap(colorSet,colors)).
    1.21 @@ -94,7 +94,7 @@
    1.22    cout << "Create 'graph_to_eps_demo_out_arr.eps'" << endl;
    1.23    graphToEps(g,"graph_to_eps_demo_out_arr.eps").scale(10).
    1.24      title("Sample .eps figure (with arrowheads)").
    1.25 -    copyright("(C) 2005 LEMON Project").
    1.26 +    copyright("(C) 2006 LEMON Project").
    1.27      nodeColors(composeMap(colorSet,colors)).
    1.28      coords(coords).
    1.29      nodeScale(2).nodeSizes(sizes).
    1.30 @@ -119,7 +119,7 @@
    1.31    cout << "Create 'graph_to_eps_demo_out_par.eps'" << endl;
    1.32    graphToEps(g,"graph_to_eps_demo_out_par.eps").scale(10).
    1.33      title("Sample .eps figure (parallel edges)").
    1.34 -    copyright("(C) 2005 LEMON Project").
    1.35 +    copyright("(C) 2006 LEMON Project").
    1.36      nodeShapes(shapes).
    1.37      coords(coords).
    1.38      nodeScale(2).nodeSizes(sizes).
    1.39 @@ -133,7 +133,7 @@
    1.40    cout << "Create 'graph_to_eps_demo_out_par_arr.eps'" << endl;
    1.41    graphToEps(g,"graph_to_eps_demo_out_par_arr.eps").scale(10).
    1.42      title("Sample .eps figure (parallel edges and arrowheads)").
    1.43 -    copyright("(C) 2005 LEMON Project").
    1.44 +    copyright("(C) 2006 LEMON Project").
    1.45      nodeScale(2).nodeSizes(sizes).
    1.46      coords(coords).
    1.47      nodeShapes(shapes).
    1.48 @@ -148,7 +148,7 @@
    1.49    cout << "Create 'graph_to_eps_demo_out_a4.eps'" << endl;
    1.50    graphToEps(g,"graph_to_eps_demo_out_a4.eps").scaleToA4().
    1.51      title("Sample .eps figure (fits to A4)").
    1.52 -    copyright("(C) 2005 LEMON Project").
    1.53 +    copyright("(C) 2006 LEMON Project").
    1.54      nodeScale(2).nodeSizes(sizes).
    1.55      coords(coords).
    1.56      nodeShapes(shapes).
    1.57 @@ -174,7 +174,7 @@
    1.58    cout << "Create 'graph_to_eps_demo_out_colors.eps'" << endl;
    1.59    graphToEps(h,"graph_to_eps_demo_out_colors.eps").scale(60).
    1.60      title("Sample .eps figure (ColorSet demo)").
    1.61 -    copyright("(C) 2005 LEMON Project").
    1.62 +    copyright("(C) 2006 LEMON Project").
    1.63      coords(hcoords).
    1.64      nodeScale(.45).
    1.65      distantColorNodeTexts().