Mise à jour de 'src/backscattering_analyzer/display.py'
This commit is contained in:
parent
d1f5706061
commit
656a36ae54
1 changed files with 2 additions and 2 deletions
|
@ -59,9 +59,9 @@ def show_projection(
|
||||||
label=_("detected sensibility without excitation"),
|
label=_("detected sensibility without excitation"),
|
||||||
) # 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(_("frequencies (Hz)")) # type: ignore[ReportUnusedCallResult]
|
xlabel(_("frequencies (Hz)")) # type: ignore[ReportUnusedCallResult]
|
||||||
ylabel(_("sensibility ($\\frac{1} {\\sqrt {Hz}}$)")) # type: ignore[ReportUnusedCallResult]
|
ylabel(_("sensibility ($\\frac{1} {\\sqrt {Hz}}$)")) # type: ignore[ReportUnusedCallResult]
|
||||||
xlim(5, 100) # type: ignore[ReportUnusedCallResult]
|
xlim(5, 100) # type: ignore[ReportUnusedCallResult]
|
||||||
ylim(10e-28, 10e-18) # type: ignore[ReportUnusedCallResult]
|
ylim(10e-28, 10e-18) # type: ignore[ReportUnusedCallResult]
|
||||||
grid(True, "both") # type: ignore[ReportUnusedCallResult]
|
grid(True, "both") # type: ignore[ReportUnusedCallResult]
|
||||||
|
|
Loading…
Reference in a new issue