Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 21, 2024
1 parent f91586a commit cf51dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basicrta/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def plot_protein(residues, t_slow, bars, prot=None, label_cutoff=3, ylim=None,
if major_tick is not None:
axs[0].yaxis.set_major_locator(MultipleLocator(major_tick))
if minor_tick is not None:
axs[0].yaxis.set_minor_locator(MultipleLocator(minor_tick))
axs[0].yaxis.set_minor_locator(MultipleLocator(minor_tick))
if ylim is not None:
axs[0].set_ylim(ylim)
axs[1].set_aspect(7)
Expand Down

0 comments on commit cf51dc6

Please sign in to comment.