asigalov61 commited on
Commit
dffc8b3
·
verified ·
1 Parent(s): 5f96dd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def plot_ms_SONG(ms_song,
100
  #y_smooth = spl(x_smooth)
101
  #ax.plot(x_smooth, y_smooth, color='white')
102
  x = [v / 2 for v in stimes]
103
- plt.plot(x, spcva, marker='o', linestyle='-', color='w')
104
 
105
  # Set the limits of the plot
106
  ax.set_xlim([min(start_times), max(add_arrays(start_times, durations))])
 
100
  #y_smooth = spl(x_smooth)
101
  #ax.plot(x_smooth, y_smooth, color='white')
102
  x = [v / 2 for v in stimes]
103
+ ax.plot(x, spcva, marker='o', linestyle='-', color='w')
104
 
105
  # Set the limits of the plot
106
  ax.set_xlim([min(start_times), max(add_arrays(start_times, durations))])