File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1051,7 +1051,7 @@ often have large regions that have
10511051not been inherited by any of the {ref}` sample nodes<sec_data_model_definitions_sample> `
10521052in the tree sequence, and therefore regions about which we know nothing. This is true,
10531053for example, of node 7 in the middle tree of our previous example, which is why it is
1054- not plotted in that tree:
1054+ not plotted on that tree:
10551055
10561056``` {code-cell} ipython3
10571057display(SVG(ts_multiroot.draw_svg(time_scale="rank")))
@@ -1068,7 +1068,7 @@ for tree in ts_multiroot.trees():
10681068
10691069However, it is also possible for a {ref}` sample node<sec_data_model_definitions_sample> `
10701070to be isolated. Unlike other nodes, isolated * sample* nodes are still considered as
1071- being present in the tree (meaning they will still returned by the {meth}` Tree.nodes `
1071+ being present on the tree (meaning they will still returned by the {meth}` Tree.nodes `
10721072and {meth}` Tree.samples ` methods): they are therefore plotted, but unconnected to any
10731073other nodes. To illustrate, we can remove the edge from node 2 to node 7.
10741074
You can’t perform that action at this time.
0 commit comments