Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/prody/ProDy into prody-master
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Aug 2, 2024
2 parents 2358ee6 + 046293c commit 3e02e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/dynamics/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3e02e8f

Please sign in to comment.