equal
deleted
inserted
replaced
24 /// graphToEps(). It takes no input but simply creates seven |
24 /// graphToEps(). It takes no input but simply creates seven |
25 /// <tt>.eps</tt> files demonstrating the capability of \ref |
25 /// <tt>.eps</tt> files demonstrating the capability of \ref |
26 /// graphToEps(), and showing how to draw directed graphs, |
26 /// graphToEps(), and showing how to draw directed graphs, |
27 /// how to handle parallel egdes, how to change the properties (like |
27 /// how to handle parallel egdes, how to change the properties (like |
28 /// color, shape, size, title etc.) of nodes and arcs individually |
28 /// color, shape, size, title etc.) of nodes and arcs individually |
29 /// using appropriate \ref maps-page "graph maps". |
29 /// using appropriate graph maps. |
30 /// |
30 /// |
31 /// \include graph_to_eps_demo.cc |
31 /// \include graph_to_eps_demo.cc |
32 |
32 |
33 #include<lemon/list_graph.h> |
33 #include<lemon/list_graph.h> |
34 #include<lemon/graph_to_eps.h> |
34 #include<lemon/graph_to_eps.h> |