equal
deleted
inserted
replaced
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> |