Update label title

This commit is contained in:
linarphy 2024-06-14 13:48:50 +02:00
parent 73914bbac5
commit 3cd6a8fbf5
No known key found for this signature in database
GPG key ID: E61920135EFF2295

View file

@ -51,7 +51,7 @@ def show_projection(
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]
ylabel(_("stray ($\\frac{1} {\\sqrt {Hz}}$)")) #  type: ignore[ReportUnusedCallResult] ylabel(_("sensibility ($\\frac{1} {\\sqrt {Hz}}$)")) #  type: ignore[ReportUnusedCallResult]
show() show()
close() close()
logger.debug(_("experiment result showed")) logger.debug(_("experiment result showed"))