We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c650765 + 285605d commit 3102958Copy full SHA for 3102958
datajoint/diagram.py
@@ -61,8 +61,8 @@ class Diagram(nx.DiGraph):
61
draws the diagram using pyplot
62
63
diag1 + diag2 - combines the two diagrams.
64
- diag1 - diag2 - differente between diagrams
65
- diag1 * diag2 - intersction of diagrams
+ diag1 - diag2 - difference between diagrams
+ diag1 * diag2 - intersection of diagrams
66
diag + n - expands n levels of successors
67
diag - n - expands n levels of predecessors
68
Thus dj.Diagram(schema.Table)+1-1 defines the diagram of immediate ancestors and descendants of schema.Table
0 commit comments