Skip to content

Commit d5a0004

Browse files
committed
Allow mutations to be plotted per edge not per tree
1 parent 40159b6 commit d5a0004

29 files changed

+732
-230
lines changed

python/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
**Features**
88

9+
- SVG visualization of a single tree allows all mutations on an edge to be plotted
10+
via the ``all_edge_mutations`` param (:user:`hyanwong`,:issue:`1253`, :pr:`1258`).
11+
912
**Fixes**
1013

1114
--------------------

python/tests/data/svg/internal_sample_ts.svg

Lines changed: 23 additions & 4 deletions
Loading

python/tests/data/svg/tree.svg

Lines changed: 13 additions & 13 deletions
Loading

python/tests/data/svg/tree_both_axes.svg

Lines changed: 18 additions & 18 deletions
Loading

0 commit comments

Comments
 (0)