Changeset 1587:8f1c317ebeb4 in lemon-0.x for demo
- Timestamp:
- 07/26/05 15:15:13 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2091
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/graph_to_eps_demo.cc
r1573 r1587 21 21 /// This demo program shows examples how to use the function \ref 22 22 /// graphToEps(). It takes no input but simply creates six 23 /// <tt>.eps</tt> files demonstrating how to draw directed/undirected 24 /// graphs, how to handle parallel egdes, how to change the properties 25 /// (like color, shape, size, title etc.) of nodes and edges 26 /// individually using appropriate \ref maps-page "graphmaps". 23 /// <tt>.eps</tt> files demonstrating the capability of \ref 24 /// graphToEps(), and showing how to draw directed/undirected graphs, 25 /// how to handle parallel egdes, how to change the properties (like 26 /// color, shape, size, title etc.) of nodes and edges individually 27 /// using appropriate \ref maps-page "graphmapfactory". 27 28 28 29 #include <cmath>
Note: See TracChangeset
for help on using the changeset viewer.