demo/graph_orientation.cc
changeset 2320 4e8ecce96b12
parent 2207 75a29ac69c19
child 2391 14a343be7a5a
equal deleted inserted replaced
8:a11c5625884d 9:087ed498085e
   102   //Show the graph
   102   //Show the graph
   103 
   103 
   104   graphToEps(g,"graph_orientation.eps").scaleToA4().
   104   graphToEps(g,"graph_orientation.eps").scaleToA4().
   105     title("Sample .eps figure (fits to A4)").
   105     title("Sample .eps figure (fits to A4)").
   106     copyright("(C) 2006 LEMON Project").
   106     copyright("(C) 2006 LEMON Project").
       
   107     absoluteNodeSizes().absoluteEdgeWidths().
   107     nodeScale(15).
   108     nodeScale(15).
   108     coords(coords).
   109     coords(coords).
   109     negateY().
   110     negateY().
   110     edgeColors(composeMap(Palette(),rev)).
   111     edgeColors(composeMap(Palette(),rev)).
   111     edgeWidthScale(1).
   112     edgeWidthScale(1).