lint fix
Some checks failed
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 7s
Build Project / Build Project (3.10) (pull_request) Successful in 33s
Build Project / Build Project (3.11) (pull_request) Successful in 30s
Build Project / Build Project (3.12) (pull_request) Successful in 32s
Test with tox / Test with tox (3.11) (pull_request) Successful in 23s
Test with tox / Test with tox (3.12) (pull_request) Successful in 22s
Test with tox / Test with tox (3.10) (pull_request) Failing after 27s

This commit is contained in:
ben 2026-01-27 12:49:09 -05:00
parent 0ee6f5e63f
commit 0178adcdb5

View File

@ -291,7 +291,9 @@ def fft_plot(rec: Recording) -> Figure:
magnitude_db = magnitude_db[::step]
fig = go.Figure()
fig.add_trace(go.Scattergl(x=freqs, y=magnitude_db, mode="lines", name="FFT", line=dict(width=0.6, color="#FF6B9D")))
fig.add_trace(
go.Scattergl(x=freqs, y=magnitude_db, mode="lines", name="FFT", line=dict(width=0.6, color="#FF6B9D"))
)
fig.update_layout(
title="FFT Magnitude",