Update label title
This commit is contained in:
parent
73914bbac5
commit
3cd6a8fbf5
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Reference in a new issue