COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
01/30/05 00:22:02 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1507
Message:
  • '%%Title:', '%%Copyright:' and '%%CreationDate:' fields added to graphToEps-

generated output

  • Some more checks in configure.ac
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/demo/graph_to_eps_demo.cc

    r1103 r1108  
    9191
    9292  graphToEps(g,"graph_to_eps_demo_out.eps").scale(10).coords(coords).
     93    title("Sample .eps figure").
     94    copyright("(C) 2004 LEMON Project").
    9395    nodeScale(2).nodeSizes(sizes).
    9496    nodeShapes(shapes).
     
    100102
    101103  graphToEps(g,"graph_to_eps_demo_out_arr.eps").scale(10).
     104    title("Sample .eps figure (with arrowheads)").
     105    copyright("(C) 2004 LEMON Project").
    102106    nodeColors(composeMap(colorSet,colors)).
    103107    coords(coords).
     
    122126
    123127  graphToEps(g,"graph_to_eps_demo_out_par.eps").scale(10).
     128    title("Sample .eps figure (parallel edges)").
     129    copyright("(C) 2004 LEMON Project").
    124130    nodeShapes(shapes).
    125131    coords(coords).
     
    133139 
    134140  graphToEps(g,"graph_to_eps_demo_out_par_arr.eps").scale(10).
     141    title("Sample .eps figure (parallel edges and arrowheads)").
     142    copyright("(C) 2004 LEMON Project").
    135143    nodeScale(2).nodeSizes(sizes).
    136144    coords(coords).
     
    145153
    146154  graphToEps(g,"graph_to_eps_demo_out_a4.eps").scaleToA4().
     155    title("Sample .eps figure (fits to A4)").
     156    copyright("(C) 2004 LEMON Project").
    147157    nodeScale(2).nodeSizes(sizes).
    148158    coords(coords).
Note: See TracChangeset for help on using the changeset viewer.