demo/graph_to_eps_demo.cc
changeset 1681 84e43c7ca1e3
parent 1630 f67737f5727a
child 1802 fdfa3aa18607
equal deleted inserted replaced
3:e9b60a6f684c 4:1f2bf755f9c0
    23 /// <tt>.eps</tt> files demonstrating the capability of \ref
    23 /// <tt>.eps</tt> files demonstrating the capability of \ref
    24 /// graphToEps(), and showing how to draw directed/undirected graphs,
    24 /// graphToEps(), and showing how to draw directed/undirected graphs,
    25 /// how to handle parallel egdes, how to change the properties (like
    25 /// how to handle parallel egdes, how to change the properties (like
    26 /// color, shape, size, title etc.) of nodes and edges individually
    26 /// color, shape, size, title etc.) of nodes and edges individually
    27 /// using appropriate \ref maps-page "graph maps".
    27 /// using appropriate \ref maps-page "graph maps".
       
    28 ///
       
    29 /// \include graph_to_eps_demo.cc
    28 
    30 
    29 #include <cmath>
    31 #include <cmath>
    30 
    32 
    31 #include<lemon/graph_to_eps.h>
    33 #include<lemon/graph_to_eps.h>
    32 #include<lemon/list_graph.h>
    34 #include<lemon/list_graph.h>