tools.dox
changeset 58 10b6a5b7d4c0
parent 46 58557724a139
equal deleted inserted replaced
3:3b136c6b6970 4:dc4ead5513a5
    41 [SEC]sec_graph_to_eps[SEC] Postscript Exporting
    41 [SEC]sec_graph_to_eps[SEC] Postscript Exporting
    42 
    42 
    43 Another nice feature of the library is \ref graphToEps(), a highly
    43 Another nice feature of the library is \ref graphToEps(), a highly
    44 configurable graph displaying tool (using EPS output format).
    44 configurable graph displaying tool (using EPS output format).
    45 Originally, it was developed to evaluate the flexibility and scalability
    45 Originally, it was developed to evaluate the flexibility and scalability
    46 of LEMON's approach to implement named parameters. Later it
    46 of LEMON's approach to implement \ref named-param "named parameters".
    47 has been evolved into a versatile tool featuring above 35 named
    47 Later it has been evolved into a versatile tool featuring above 35 named
    48 parameters. The following code demonstrates its typical use.
    48 parameters. The following code demonstrates its typical use.
    49 
    49 
    50 \code
    50 \code
    51   graphToEps(g, "graph.eps")
    51   graphToEps(g, "graph.eps")
    52     .coords(coords)
    52     .coords(coords)
    65 Using this feature, various nice images can be generated from graphs,
    65 Using this feature, various nice images can be generated from graphs,
    66 like this one.
    66 like this one.
    67 
    67 
    68 \image html graph_to_eps.png
    68 \image html graph_to_eps.png
    69 
    69 
       
    70 For more examples, see \ref graph_to_eps_demo.cc in the demo directory
       
    71 of the LEMON source.
       
    72 
    70 
    73 
    71 [SEC]sec_time_count[SEC] Time Measuring and Counting
    74 [SEC]sec_time_count[SEC] Time Measuring and Counting
    72 
    75 
    73 See \ref timecount.
    76 See \ref timecount.
    74 
    77