Skip to content

Commit

Permalink
array index fix, redplt
Browse files Browse the repository at this point in the history
sigh
  • Loading branch information
trmrsh committed Jul 22, 2021
1 parent 98e379e commit 437bbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hipercam/scripts/redplt.py
Expand Up @@ -239,7 +239,7 @@ def redplt(args=None):
if made_a_plot:
plt.tight_layout()
axs[0,0].set_title(f'{nname}, {run}')
axs[1,1].set_title(f'{nname}, {run}')
axs[0,1].set_title(f'{nname}, {run}')
axs[-1,0].set_xlabel('Time [MJD]')
axs[-1,1].set_xlabel('Time [MJD]')
plt.savefig(pname)
Expand Down

0 comments on commit 437bbce

Please sign in to comment.