equal
deleted
inserted
replaced
18 /// \file |
18 /// \file |
19 /// \brief Demo of the graph grawing function \ref graphToEps() |
19 /// \brief Demo of the graph grawing function \ref graphToEps() |
20 /// |
20 /// |
21 /// This demo program shows examples how to use the function \ref |
21 /// This demo program shows examples how to use the function \ref |
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 how to draw directed/undirected |
23 /// <tt>.eps</tt> files demonstrating the capability of \ref |
24 /// graphs, how to handle parallel egdes, how to change the properties |
24 /// graphToEps(), and showing how to draw directed/undirected graphs, |
25 /// (like color, shape, size, title etc.) of nodes and edges |
25 /// how to handle parallel egdes, how to change the properties (like |
26 /// individually using appropriate \ref maps-page "graphmaps". |
26 /// color, shape, size, title etc.) of nodes and edges individually |
|
27 /// using appropriate \ref maps-page "graphmapfactory". |
27 |
28 |
28 #include <cmath> |
29 #include <cmath> |
29 |
30 |
30 #include<lemon/graph_to_eps.h> |
31 #include<lemon/graph_to_eps.h> |
31 #include<lemon/list_graph.h> |
32 #include<lemon/list_graph.h> |