Skip to content

Commit 19dafa7

Browse files
Fix trailing tickmark in docs
1 parent 7bfefb2 commit 19dafa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ancestry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ for two diploid samples:
15261526

15271527
```{code-cell}
15281528
ts = msprime.sim_ancestry(2, sequence_length=10, recombination_rate=0.1, random_seed=42)
1529-
SVG(ts.draw_svg(y_axis=True, y_ticks=[0, 1, 2, 3, 4, 5]))
1529+
SVG(ts.draw_svg(y_axis=True, y_ticks=[0, 1, 2, 3, 4]))
15301530
```
15311531

15321532
Sometimes we would like to stop the simulation early, **before** complete

0 commit comments

Comments
 (0)