Changeset 1164:80bb73097736 in lemon-0.x for src/demo/graph_to_eps_demo.cc
- Timestamp:
- 02/21/05 15:59:12 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1566
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/demo/graph_to_eps_demo.cc
r1108 r1164 3 3 * Part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 200 4Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport5 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 6 6 * (Egervary Combinatorial Optimization Research Group, EGRES). 7 7 * … … 92 92 graphToEps(g,"graph_to_eps_demo_out.eps").scale(10).coords(coords). 93 93 title("Sample .eps figure"). 94 copyright("(C) 200 4LEMON Project").94 copyright("(C) 2005 LEMON Project"). 95 95 nodeScale(2).nodeSizes(sizes). 96 96 nodeShapes(shapes). … … 103 103 graphToEps(g,"graph_to_eps_demo_out_arr.eps").scale(10). 104 104 title("Sample .eps figure (with arrowheads)"). 105 copyright("(C) 200 4LEMON Project").105 copyright("(C) 2005 LEMON Project"). 106 106 nodeColors(composeMap(colorSet,colors)). 107 107 coords(coords). … … 127 127 graphToEps(g,"graph_to_eps_demo_out_par.eps").scale(10). 128 128 title("Sample .eps figure (parallel edges)"). 129 copyright("(C) 200 4LEMON Project").129 copyright("(C) 2005 LEMON Project"). 130 130 nodeShapes(shapes). 131 131 coords(coords). … … 140 140 graphToEps(g,"graph_to_eps_demo_out_par_arr.eps").scale(10). 141 141 title("Sample .eps figure (parallel edges and arrowheads)"). 142 copyright("(C) 200 4LEMON Project").142 copyright("(C) 2005 LEMON Project"). 143 143 nodeScale(2).nodeSizes(sizes). 144 144 coords(coords). … … 154 154 graphToEps(g,"graph_to_eps_demo_out_a4.eps").scaleToA4(). 155 155 title("Sample .eps figure (fits to A4)"). 156 copyright("(C) 200 4LEMON Project").156 copyright("(C) 2005 LEMON Project"). 157 157 nodeScale(2).nodeSizes(sizes). 158 158 coords(coords).
Note: See TracChangeset
for help on using the changeset viewer.