Spaces:
Running
on
Zero
Running
on
Zero
asigalov61
commited on
Update app.py
Browse files
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 |
-
|
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))])
|