demo/graph_to_eps_demo.cc
changeset 2593 8eed667ea23c
parent 2553 bfced05fa852
equal deleted inserted replaced
13:289aadf1fa8b 14:db85d1cf7207
    28 /// color, shape, size, title etc.) of nodes and edges individually
    28 /// color, shape, size, title etc.) of nodes and edges individually
    29 /// using appropriate \ref maps-page "graph maps".
    29 /// using appropriate \ref maps-page "graph maps".
    30 ///
    30 ///
    31 /// \include graph_to_eps_demo.cc
    31 /// \include graph_to_eps_demo.cc
    32 
    32 
    33 #include <cmath>
    33 #include <lemon/math.h>
    34 
    34 
    35 #include<lemon/graph_to_eps.h>
    35 #include<lemon/graph_to_eps.h>
    36 #include<lemon/list_graph.h>
    36 #include<lemon/list_graph.h>
    37 #include<lemon/graph_utils.h>
    37 #include<lemon/graph_utils.h>
    38 
    38