Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
eaton-lab committed Jul 23, 2024
1 parent 87aece9 commit 27c97a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toytree/annotate/src/add_edge_markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,4 +284,4 @@ def add_edge_labels(
add_edge_labels(tree, axes=a, labels="idx", font_size=15)

data = np.array([[0.5, 0.3, 0.2]] * tree.nnodes)
toytree.utils.show(c)
toytree.utils.show(c, tmpdir="~")

0 comments on commit 27c97a9

Please sign in to comment.