Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ def find_midi(search_string, search_options):
|
|
| 90 |
ax=plt.axes(title=title)
|
| 91 |
ax.set_facecolor('white')
|
| 92 |
|
| 93 |
-
plt.scatter(x,y, s=
|
| 94 |
plt.xlabel("Time in MIDI ticks")
|
| 95 |
plt.ylabel("MIDI Pitch")
|
| 96 |
|
|
|
|
| 90 |
ax=plt.axes(title=title)
|
| 91 |
ax.set_facecolor('white')
|
| 92 |
|
| 93 |
+
plt.scatter(x,y, s=2, c=c)
|
| 94 |
plt.xlabel("Time in MIDI ticks")
|
| 95 |
plt.ylabel("MIDI Pitch")
|
| 96 |
|