From 69a8c258c0e628ba235f6be35b1239212db3a156 Mon Sep 17 00:00:00 2001 From: Dimitri Yatsenko Date: Mon, 16 Sep 2024 14:37:30 -0500 Subject: [PATCH] Update datajoint/diagram.py Co-authored-by: Ethan Ho <53266718+ethho@users.noreply.github.com> --- datajoint/diagram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datajoint/diagram.py b/datajoint/diagram.py index 0425256d..1edc62c6 100644 --- a/datajoint/diagram.py +++ b/datajoint/diagram.py @@ -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