Skip to content

Commit

Permalink
fix mpl 3.9 compat issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Jun 12, 2024
1 parent 11f2201 commit da5bf81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mir_eval/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from matplotlib.ticker import FuncFormatter, MultipleLocator
from matplotlib.ticker import Formatter
from matplotlib.colors import LinearSegmentedColormap, LogNorm, ColorConverter
from matplotlib.collections import BrokenBarHCollection
from matplotlib.transforms import Bbox, TransformedBbox

from .melody import freq_to_voicing
Expand Down Expand Up @@ -264,7 +263,7 @@ def labeled_intervals(
**kwargs
Additional keyword arguments to pass to
`matplotlib.collection.BrokenBarHCollection`.
`matplotlib.pyplot.broken_barh`.
Returns
-------
Expand Down

0 comments on commit da5bf81

Please sign in to comment.