Skip to content

Commit 23087d3

Browse files
committed
Allow Y axis on RHS
1 parent 47ef0d5 commit 23087d3

File tree

6 files changed

+248
-122
lines changed

6 files changed

+248
-122
lines changed

python/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
- ``draw_svg()`` methods now associate tree branches with edge IDs
1111
(:user:`hyanwong`, :pr:`3193`, :issue:`557`)
1212

13+
- ``draw_svg()`` methods now allow the y-axis to be placed on the right-hand side
14+
using ``y_axis="right"`` (:user:`hyanwong`, :pr:`3201`)
15+
1316
**Bugfixes**
1417

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

python/tests/data/svg/tree_timed_muts.svg

Lines changed: 47 additions & 13 deletions
Loading

0 commit comments

Comments
 (0)