From ae9355eff7f2c1b1a4810abf194418c3b566d875 Mon Sep 17 00:00:00 2001 From: James Krieger Date: Sun, 7 Jul 2024 16:02:17 +0100 Subject: [PATCH] fix showAtomicLines gaps --- prody/dynamics/plotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prody/dynamics/plotting.py b/prody/dynamics/plotting.py index e8bc603e4..3a87ee4dc 100644 --- a/prody/dynamics/plotting.py +++ b/prody/dynamics/plotting.py @@ -1997,7 +1997,7 @@ def func_ticklabels(val, pos): last += len(resnums) else: x.extend(resnums + last) - last = resnums[-1] + last += resnums[-1] if gap: if overlay: