Skip to content

Commit 1a1e75e

Browse files
committed
Add an edge ID
Only 3 lines in drawing.py, and a single test. The rest of the churn is the pre-saved SVGs, sorry
1 parent ef025a0 commit 1a1e75e

38 files changed

+930
-916
lines changed

python/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- ``TreeSequence.map_to_vcf_model`` now also returns the transformed positions and
88
contig length. (:user:`benjeffery`, :pr:`3174`, :issue:`3173`)
99

10+
- ``draw_svg()`` methods now associate tree branches with edge IDs
11+
(:user:`hyanwong`, :pr:`3193`, :issue:`557`)
12+
1013
**Bugfixes**
1114

1215
- Fix bug in ``TreeSequence.pair_coalescence_counts`` when ``span_normalise=True``

python/tests/data/svg/internal_sample_ts.svg

Lines changed: 42 additions & 42 deletions
Loading

python/tests/data/svg/tree.svg

Lines changed: 6 additions & 6 deletions
Loading

python/tests/data/svg/tree_both_axes.svg

Lines changed: 6 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)