Revert display
This commit is contained in:
parent
0db64c03ab
commit
8299997213
1 changed files with 0 additions and 2 deletions
|
@ -41,7 +41,6 @@ def show_projection(
|
||||||
(experiment.projection + reference).y,
|
(experiment.projection + reference).y,
|
||||||
label=_("sum reference + excited"),
|
label=_("sum reference + excited"),
|
||||||
) # type: ignore[ReportUnusedCallResult]
|
) # type: ignore[ReportUnusedCallResult]
|
||||||
"""
|
|
||||||
if start_frequency is not None:
|
if start_frequency is not None:
|
||||||
vlines(
|
vlines(
|
||||||
[
|
[
|
||||||
|
@ -60,7 +59,6 @@ def show_projection(
|
||||||
max(experiment.projection.y),
|
max(experiment.projection.y),
|
||||||
color="k",
|
color="k",
|
||||||
) # type: ignore[ReportUnusedCallResult]
|
) # type: ignore[ReportUnusedCallResult]
|
||||||
"""
|
|
||||||
legend() # type: ignore[ReportUnusedCallResult]
|
legend() # type: ignore[ReportUnusedCallResult]
|
||||||
title(experiment.bench) # type: ignore[ReportUnusedCallResult]
|
title(experiment.bench) # type: ignore[ReportUnusedCallResult]
|
||||||
xlabel(_("frequency (Hz)")) # type: ignore[ReportUnusedCallResult]
|
xlabel(_("frequency (Hz)")) # type: ignore[ReportUnusedCallResult]
|
||||||
|
|
Loading…
Reference in a new issue