From 656a36ae5458fc21eeac379f4395119a4d84733f Mon Sep 17 00:00:00 2001 From: linarphy Date: Tue, 1 Oct 2024 12:04:50 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/backscattering?= =?UTF-8?q?=5Fanalyzer/display.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backscattering_analyzer/display.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backscattering_analyzer/display.py b/src/backscattering_analyzer/display.py index d574dd7..6fe5932 100644 --- a/src/backscattering_analyzer/display.py +++ b/src/backscattering_analyzer/display.py @@ -59,9 +59,9 @@ def show_projection( label=_("detected sensibility without excitation"), ) # 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] - ylabel(_("sensibility ($\\frac{1} {\\sqrt {Hz}}$)")) #  type: ignore[ReportUnusedCallResult] + ylabel(_("sensibility ($\\frac{1} {\\sqrt {Hz}}$)")) # type: ignore[ReportUnusedCallResult] xlim(5, 100) # type: ignore[ReportUnusedCallResult] ylim(10e-28, 10e-18) # type: ignore[ReportUnusedCallResult] grid(True, "both") # type: ignore[ReportUnusedCallResult]