@@ -151,7 +151,7 @@ def test_display_labeled_intervals_compare_noextend():
151
151
est_int , est_labels , extend_labels = False , alpha = 0.5 , label = "Estimate"
152
152
)
153
153
154
- plt .legend (loc = ' upper right' )
154
+ plt .legend (loc = " upper right" )
155
155
return plt .gcf ()
156
156
157
157
@@ -178,7 +178,7 @@ def test_display_labeled_intervals_compare_common():
178
178
est_int , est_labels , label_set = label_set , alpha = 0.5 , label = "Estimate"
179
179
)
180
180
181
- plt .legend (loc = ' upper right' )
181
+ plt .legend (loc = " upper right" )
182
182
return plt .gcf ()
183
183
184
184
@@ -344,7 +344,7 @@ def test_display_piano_roll():
344
344
est_t , est_p , label = "Estimate" , alpha = 0.5 , facecolor = "r"
345
345
)
346
346
347
- plt .legend (loc = ' upper right' )
347
+ plt .legend (loc = " upper right" )
348
348
return plt .gcf ()
349
349
350
350
@@ -367,7 +367,7 @@ def test_display_piano_roll_midi():
367
367
est_t , midi = est_midi , label = "Estimate" , alpha = 0.5 , facecolor = "r"
368
368
)
369
369
370
- plt .legend (loc = ' upper right' )
370
+ plt .legend (loc = " upper right" )
371
371
return plt .gcf ()
372
372
373
373
0 commit comments