Brian McFee
Brian McFee
Tests are in now - linting is still failing because of unrelated type annotation changes, which I plan to fix in #1751
Hrm. There's something subtle going on with older matplotlib here that I haven't yet been able to bisect out of the release notes. We'll still need to nudge to 3.8...
Looks like the display limits hack i implemented does not work in mpl 3.7. Will try bumping to 3.8 to see if that fixes it.
Alright, confirmed that this is blocked until we can bump to matplotlib 3.10. :disappointed:
Following up: I think the way this would look in an example usage is as follows: ```python from IPython.display import HTML content = librosa.util.example_info('trumpet', html=True) HTML(content) ``` The `html=True` flag...
I prototyped this yesterday and it looks reasonable: My plan is to roll this into the PR for #1914. I'll also do an audit through the advanced examples gallery to...
> As a consequence, the zorder of individual points will reflect the index of the point in the dataframe (this reduces overplotting artifacts that you'd otherwise get with a grouped...
> At the risk of opening a debate, what about introducing `n_octaves`? I think this would be harder to pull off while preserving a backward-compatible API, since it would then...
Exactly. We in fact already do something like this for calculating the filter lengths before constructing the filters.
Following up: I think this can be rolled in with #1370 , since getting full multichannel display functionality working fully requires simultaneous zoom functionality.