Skip to content

Commit

Permalink
updated links to pydot hosted on github.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Davis committed Apr 20, 2016
1 parent d346eec commit c099aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/Phylo.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To draw trees (optional), you'll also need these packages:
- [NetworkX](http://networkx.lanl.gov/index.html) -- for the functions
'draw\_graphviz' and 'to\_networkx'
- [PyGraphviz](http://networkx.lanl.gov/pygraphviz/) or
[pydot](http://dkbza.org/pydot.html) -- for the functions
[pydot](https://github.com/erocarrera/pydot) -- for the functions
'draw\_graphviz' and 'to\_networkx'

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

Drawing a basic dendrogram is simple:

Expand Down

0 comments on commit c099aa1

Please sign in to comment.