File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ # processing-graph-streams (development version)
2
+
3
+ # processing-graph-streams (v0.1.0)
4
+
5
+ * Code matches the blog post: https://mjhdata.netlify.app/blog/processing-graph-streams/
6
+ * Dependencies (graphviz) installed by install target.
7
+ * Three example graphs in DOT format: Heawood graph, Frucht graph and Tutte graph.
8
+ * gc example gvpr script.
9
+ * Example of gc usage counting nodes and edges in three example graphs (make gc.txt).
10
+ * colour gvpr script for adding colour information to the vertices of an input graph.
11
+ * Example of colour usage in a pipeline using twopi from Graphviz to draw a coloured copy of the Frucht graph (make png/frucht.png).
12
+ * Tested on Ubuntu 20.04.6 LTS (Focal Fossa) with graphviz version 2.43.0.
You can’t perform that action at this time.
0 commit comments