Skip to content

Commit 067db9b

Browse files
committed
make sure plot appears
1 parent c0c6661 commit 067db9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

viewspikes/plots.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def show_psd(data, fs):
2626
plt.gca()
2727
plt.gca().set_ylim(-150, -110)
2828
plt.gca().set_xlim(0, fs / 2)
29+
plt.show()
2930

3031

3132
def plot_insertion(pid, one=None):

0 commit comments

Comments
 (0)