Skip to content

Commit

Permalink
Merge branch 'datajoint:master' into logger
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-yatsenko authored Sep 16, 2024
2 parents c650765 + 285605d commit 3102958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datajoint/diagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ class Diagram(nx.DiGraph):
draws the diagram using pyplot
diag1 + diag2 - combines the two diagrams.
diag1 - diag2 - differente between diagrams
diag1 * diag2 - intersction of diagrams
diag1 - diag2 - difference between diagrams
diag1 * diag2 - intersection of diagrams
diag + n - expands n levels of successors
diag - n - expands n levels of predecessors
Thus dj.Diagram(schema.Table)+1-1 defines the diagram of immediate ancestors and descendants of schema.Table
Expand Down

0 comments on commit 3102958

Please sign in to comment.