Skip to content

Commit 1586fe8

Browse files
authored
Merge pull request #217 from hyanwong/patch-37
Enable tskit 0.5.4 option
2 parents a4b5346 + 0b33c06 commit 1586fe8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

popgen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ labels = { # Label samples by population
208208
209209
tree.draw_svg(
210210
size=(800, 500),
211-
# canvas_size=(800, 520), # Make room for labels - only valid in tskit >= 0.5.4
211+
canvas_size=(800, 520),
212212
node_labels=labels,
213213
style="".join(styles),
214214
y_axis=True,
@@ -337,4 +337,4 @@ genomic data stored as a tree sequence.
337337

338338
The rest of the {ref}`tutorials<sec_intro>` contain a large number of examples which
339339
are relevant to population genetic analysis and research. You can also visit the
340-
[learning section](https://tskit.dev/learn/) of the [tskit website](https://tskit.dev/).
340+
[learning section](https://tskit.dev/learn/) of the [tskit website](https://tskit.dev/).

0 commit comments

Comments
 (0)