Skip to content

Commit

Permalink
fix show plot
Browse files Browse the repository at this point in the history
  • Loading branch information
sosey committed Mar 30, 2020
1 parent 0e41678 commit da7e3c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imexam/imexamine.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ def aper_phot(self, x, y, data=None,
if pfig is None:
plt.draw()
plt.pause(0.001)
plt.show()
else:
fig.canvas.draw_idle()
else:
Expand Down

0 comments on commit da7e3c5

Please sign in to comment.