File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ To draw trees (optional), you'll also need these packages:
33
33
- [ NetworkX] ( http://networkx.lanl.gov/index.html ) -- for the functions
34
34
'draw\_ graphviz' and 'to\_ networkx'
35
35
- [ PyGraphviz] ( http://networkx.lanl.gov/pygraphviz/ ) or
36
- [ pydot] ( http ://dkbza.org/ pydot.html ) -- for the functions
36
+ [ pydot] ( https ://github.com/erocarrera/ pydot) -- for the functions
37
37
'draw\_ graphviz' and 'to\_ networkx'
38
38
39
39
The I/O and tree-manipulation functionality will work without them;
@@ -272,7 +272,7 @@ image format (default PDF) may be used.
272
272
Prerequisites: In addition to networkx, you'll need a local installation
273
273
of Graphviz, [ matplotlib] ( http://matplotlib.sourceforge.net/ ) and either
274
274
[ PyGraphviz] ( http://networkx.lanl.gov/pygraphviz/ ) or
275
- [ pydot] ( http ://dkbza.org/ pydot.html ) .
275
+ [ pydot] ( https ://github.com/erocarrera/ pydot) .
276
276
277
277
Drawing a basic dendrogram is simple:
278
278
You can’t perform that action at this time.
0 commit comments