diff --git a/src/backscattering_analyzer/display.py b/src/backscattering_analyzer/display.py index f7e0346..7ab977e 100644 --- a/src/backscattering_analyzer/display.py +++ b/src/backscattering_analyzer/display.py @@ -51,7 +51,7 @@ def show_projection( legend() # type: ignore[ReportUnusedCallResult] title(experiment.bench) #  type: ignore[ReportUnusedCallResult] xlabel(_("frequency (Hz)")) # type: ignore[ReportUnusedCallResult] - ylabel(_("stray ($\\frac{1} {\\sqrt {Hz}}$)")) #  type: ignore[ReportUnusedCallResult] + ylabel(_("sensibility ($\\frac{1} {\\sqrt {Hz}}$)")) #  type: ignore[ReportUnusedCallResult] show() close() logger.debug(_("experiment result showed"))