Skip to content

Commit

Permalink
added imports to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyBrown committed Jan 15, 2024
1 parent e433fee commit d292e23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ The tree used in these examples is from the [10K trees](https://10ktrees.nunn-la
To draw a phylogeny under the default settings onto a blank figure.

```
import matplotlib.pyplot as plt
import plot_phylo
# Create an empty plot, 8in (width) by 10in (height) - matplotlib
f = plt.figure(figsize=(8, 10))
Expand Down

0 comments on commit d292e23

Please sign in to comment.