Skip to content

Commit

Permalink
Update datajoint/diagram.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ethan Ho <53266718+ethho@users.noreply.github.com>
  • Loading branch information
dimitri-yatsenko and ethho authored Sep 16, 2024
1 parent 76d40ae commit 69a8c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datajoint/diagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Diagram(nx.DiGraph):
draws the diagram using pyplot
diag1 + diag2 - combines the two diagrams.
diag1 - diag2 - differente between diagrams
diag1 - diag2 - difference between diagrams
diag1 * diag2 - intersction of diagrams
diag + n - expands n levels of successors
diag - n - expands n levels of predecessors
Expand Down

0 comments on commit 69a8c25

Please sign in to comment.