asigalov61 commited on
Commit
23d42a2
1 Parent(s): f0111af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=0.5, c=c)
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