We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4b5346 + 0b33c06 commit 1586fe8Copy full SHA for 1586fe8
1 file changed
popgen.md
@@ -208,7 +208,7 @@ labels = { # Label samples by population
208
209
tree.draw_svg(
210
size=(800, 500),
211
- # canvas_size=(800, 520), # Make room for labels - only valid in tskit >= 0.5.4
+ canvas_size=(800, 520),
212
node_labels=labels,
213
style="".join(styles),
214
y_axis=True,
@@ -337,4 +337,4 @@ genomic data stored as a tree sequence.
337
338
The rest of the {ref}`tutorials<sec_intro>` contain a large number of examples which
339
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/).
+[learning section](https://tskit.dev/learn/) of the [tskit website](https://tskit.dev/).
0 commit comments