Skip to content

Commit c099aa1

Browse files
author
Vincent Davis
committed
updated links to pydot hosted on github.
1 parent d346eec commit c099aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: wiki/Phylo.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To draw trees (optional), you'll also need these packages:
3333
- [NetworkX](http://networkx.lanl.gov/index.html) -- for the functions
3434
'draw\_graphviz' and 'to\_networkx'
3535
- [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
3737
'draw\_graphviz' and 'to\_networkx'
3838

3939
The I/O and tree-manipulation functionality will work without them;
@@ -272,7 +272,7 @@ image format (default PDF) may be used.
272272
Prerequisites: In addition to networkx, you'll need a local installation
273273
of Graphviz, [matplotlib](http://matplotlib.sourceforge.net/) and either
274274
[PyGraphviz](http://networkx.lanl.gov/pygraphviz/) or
275-
[pydot](http://dkbza.org/pydot.html).
275+
[pydot](https://github.com/erocarrera/pydot).
276276

277277
Drawing a basic dendrogram is simple:
278278

0 commit comments

Comments
 (0)