You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling multitrack.plot() with a lower dpi, some notes disappear since interpolation is set to "none" when calling plt.imshow(). To avoid this issue, we should use interpolation="antialiased" by default.
The text was updated successfully, but these errors were encountered:
When calling
multitrack.plot()
with a lower dpi, some notes disappear since interpolation is set to "none" when callingplt.imshow()
. To avoid this issue, we should useinterpolation="antialiased"
by default.The text was updated successfully, but these errors were encountered: