File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,8 @@ ts_tiny.draw_svg(size=svg_size, y_axis=True)
188
188
One way to avoid overlapping labels on the Y axis is to use the ` y_ticks ` parameter,
189
189
which will be used in most subsequent examples in this tutorial.
190
190
191
+ (sec_tskit_viz_larger_tree_sequences)=
192
+
191
193
### Larger tree sequences
192
194
193
195
So far, we have plotted only very small tree sequences. To visualize larger tree
@@ -240,6 +242,12 @@ ts_full.first().draw_svg(
240
242
)
241
243
```
242
244
245
+ For even larger numbers of samples, you can plot the trees for a subset of samples
246
+ by applying the {meth}` TreeSequence.simplify ` method (make sure to specify
247
+ ` filter_nodes=False ` to retain the same node IDs). For a fancier solution, see
248
+ {ref}` sec_tskit_viz_SVG_examples_larger_plots ` below.
249
+
250
+
243
251
### Plotting mutations
244
252
245
253
By default the SVG visualization also plots sites and mutations on the tree or
You can’t perform that action at this time.
0 commit comments