Skip to content

Commit

Permalink
Merge branch 'main' of github.com:prody/ProDy into release_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Aug 14, 2024
2 parents 86167c7 + 34fa7be commit c84dfee
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 50 deletions.
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
Loading

0 comments on commit c84dfee

Please sign in to comment.