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,
|
||||
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]
|
||||
|
|
Loading…
Reference in a new issue