Revert display

This commit is contained in:
linarphy 2024-06-05 17:46:18 +02:00
parent 0db64c03ab
commit 8299997213
No known key found for this signature in database
GPG key ID: E61920135EFF2295

View file

@ -41,7 +41,6 @@ def show_projection(
(experiment.projection + reference).y,
label=_("sum reference + excited"),
) # type: ignore[ReportUnusedCallResult]
"""
if start_frequency is not None:
vlines(
[
@ -60,7 +59,6 @@ def show_projection(
max(experiment.projection.y),
color="k",
) # type: ignore[ReportUnusedCallResult]
"""
legend() # type: ignore[ReportUnusedCallResult]
title(experiment.bench) # type: ignore[ReportUnusedCallResult]
xlabel(_("frequency (Hz)")) # type: ignore[ReportUnusedCallResult]