Skip to content

Commit

Permalink
minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwyler committed Jun 17, 2019
1 parent 297d677 commit 458bdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irisreader/coalignment/hek_data.py
Expand Up @@ -197,7 +197,7 @@ def plot_flares( self, classes="", in_FOV=False, FOV_margin=100, show=True, save

# save and show
if savefile is not None:
plt.save( savefile )
plt.savefig( savefile )

if show:
plt.show()
Expand Down

0 comments on commit 458bdf5

Please sign in to comment.