demo/graph_to_eps_demo.cc
changeset 1639 aec340db8fc2
parent 1587 8f1c317ebeb4
child 1641 77f6ab7ad66f
equal deleted inserted replaced
2:25ce1e1612e0 3:e9b60a6f684c
    22 /// graphToEps(). It takes no input but simply creates  six
    22 /// graphToEps(). It takes no input but simply creates  six
    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 "graphmapfactory".
    27 /// using appropriate \ref maps-page "graph maps".
    28 
    28 
    29 #include <cmath>
    29 #include <cmath>
    30 
    30 
    31 #include<lemon/graph_to_eps.h>
    31 #include<lemon/graph_to_eps.h>
    32 #include<lemon/list_graph.h>
    32 #include<lemon/list_graph.h>