oscargus on v3.6.x
Backport PR #24193: DOC: Explai… Merge pull request #24200 from … (compare)
oscargus on v3.6.x
Backport PR #24194: DOC: Improv… Merge pull request #24201 from … (compare)
dependabot[bot] on github_actions
Bump pypa/cibuildwheel from 2.1… (compare)
Path level we support bezier codes so you may be able to do a bit better (but not perfect) with fewer points in the path
Can someone put on call please:
Hello, Projects.
It's time to gather your project Updates.
Please reply with the most relevant news from your project, which may include things like:
recent releases
upcoming events
job or hiring announcements
calls for participation
Include links/URLs where possible so our readers can get more information.
Please send your responses by EOD Thursday, October 13th, 2022.
`# Set up plot
fig, axs = plt.subplots(2)
x, sr = librosa.load(file)
white_check_mark
eyes
raised_hands
axs[0].set_title('Amplitude over Time')
axs[0].set_ylabel('Amplitude')
axs[0].set_xlabel('Time (seconds)')
axs[0] = plt.plot(time_sf, soundwave_sf, alpha=0.5)
zcrs = librosa.feature.zero_crossing_rate(x)
axs[1].set_title("Zero Crossing")
axs[1] = plt.plot(zcrs[0])`
I think I am missing some dependency even though I am following the development setup guide. Matplotlib builds fine but the docs build fails with
ImportError: /home/melissa/projects/matplotlib/lib/matplotlib/ft2font.cpython-310-x86_64-linux-gnu.so: undefined symbol: FT_Load_GlyphAny tips?