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 I change to ann.to_event_values() everything looks fine.
It's because it's plotting each event with two lines on top of each other (duration=0) and when you zip the line objects and labels, the second label is aligned with the duplicate line on the first event and so on.
The text was updated successfully, but these errors were encountered:
I see it when I'm plotting a jams 'onset' annotation.
It looks like this line is the culprit.
jams/jams/display.py
Line 105 in 255a5ee
When I change to
ann.to_event_values()
everything looks fine.It's because it's plotting each event with two lines on top of each other (duration=0) and when you zip the line objects and labels, the second label is aligned with the duplicate line on the first event and so on.
The text was updated successfully, but these errors were encountered: