adopted to graphviz version 10.0.1 and MACOS Sonoma
[luagraph.git] / examples / README
blob73a5d52789207bb9775ba4a2b9522a02a11ee3e0
1 * Directory "examples":
3 clust1.lua      - Example for clusters
4 exam1.lua       - Example graph with mixed elements
5 exam2.lua       - Example graph with edges ending at cluster boundaries
6 famtree.lua     - Another example
7 record1.lua     - Example for using vboxes and hboxes
8 run.lua         - Render a graph; select input file on command line
9 render.lua      - Render a graph; select input and algorithm on command line
10 subgraph.lua    - Subgraph example
11 tablegraph.lua  - Some examples to show a Lua table as graph
12 renderall.lua   - Renders a graph using all supported renderers.
14 * Directory "examples/graphs":
16 This directory contains some example graph definitions in Lua.
17 The files are not intended for standalone usage. Instead, they
18 can be read by "render.lua" or "run.lua".
20 process.lua - simple graph statically defined
21 random.lua  - generates the graph dynamically during runtime