Skip to content

Commit 44b04b9

Browse files
committed
Update MainWindow.axaml.cs
1 parent c0729ba commit 44b04b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/NSD.UI/MainWindow.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ private void CommonChartConfig()
468468
WpfPlot1.Plot.Axes.Left.TickGenerator = yTickGenerator;
469469
WpfPlot1.Plot.Axes.Hairline(true);
470470
WpfPlot1.Plot.XLabel("Frequency (Hz)", 14);
471-
WpfPlot1.Plot.YLabel("Noise (V/rHz)", 14);
471+
WpfPlot1.Plot.YLabel("Noise (V/√Hz)", 14);
472472
WpfPlot1.Plot.Axes.Bottom.Label.Bold = false;
473473
WpfPlot1.Plot.Axes.Left.Label.Bold = false;
474474
WpfPlot1.Plot.Title("NSD estimation", size: 14);

0 commit comments

Comments
 (0)