Skip to content

Commit

Permalink
Merge branch 'main' of github.com:prody/ProDy into filter_ints
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Dec 13, 2024
2 parents 532dba1 + d154132 commit eadb59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/proteins/interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def plot_barh(result, bond_type, **kwargs):
plt.ylim(-1, result_chunk.shape[0])
plt.ylabel('{} Pairs of Residue Numbers'.format(bond_type))
plt.xlabel('Percentage')
plt.title('Persistence of {} Bonds (entries {}-{})'.format(bond_type, start_idx + 1, end_idx))
plt.title('Persistence of {} (entries {}-{})'.format(bond_type, start_idx + 1, end_idx))
# Save each plot with an incremented filename for multiple plots
output_plot_file = '{}_plot_part{}.png'.format(bond_type, plot_idx + 1)
log_message("Saving plot to: {}".format(output_plot_file))
Expand Down

0 comments on commit eadb59c

Please sign in to comment.