Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #158 from iab-reader1/patch-1
Browse files Browse the repository at this point in the history
fix misspelling
  • Loading branch information
gregcaporaso committed Jun 19, 2015
2 parents c63abf1 + cc3563a commit d9802b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/fundamentals/multiple-sequence-alignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ We can now apply one of these functions to build a distance matrix for a set of
>>> print(guide_dm)
```

scikit-bio also has some basic visualization functinality for these objects. For example, we can easily visualize this object as a heatmap.
scikit-bio also has some basic visualization functionality for these objects. For example, we can easily visualize this object as a heatmap.

```python
>>> fig = guide_dm.plot(cmap='Greens')
Expand Down

0 comments on commit d9802b3

Please sign in to comment.