Skip to content

Commit

Permalink
Merge pull request #378 from jeromekelleher/fix-svg-trees
Browse files Browse the repository at this point in the history
Fix height scaling issue in TreeSequence.draw_svg.
  • Loading branch information
jeromekelleher committed Nov 20, 2019
2 parents 3a6ef7f + a3c19ce commit cb454e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tskit/drawing.py
Expand Up @@ -171,6 +171,7 @@ def __init__(
svg_trees = [
SvgTree(
tree, (tree_width, treebox_height),
max_tree_height="ts",
node_labels=node_labels,
mutation_labels=mutation_labels,
tree_height_scale=tree_height_scale,
Expand Down

0 comments on commit cb454e6

Please sign in to comment.