Skip to content
Snippets Groups Projects
Commit a5a66cfa authored by wierenga's avatar wierenga
Browse files

BugID: 708

Make range slightly larger to fit data
parent 62b3d6a5
No related branches found
No related tags found
No related merge requests found
...@@ -975,7 +975,7 @@ void StatisticsCommand::plot_statistics(Array<double, 2>& stats, const Timestamp ...@@ -975,7 +975,7 @@ void StatisticsCommand::plot_statistics(Array<double, 2>& stats, const Timestamp
} }
gnuplot_cmd(handle, "set ylabel \"dB\""); gnuplot_cmd(handle, "set ylabel \"dB\"");
gnuplot_cmd(handle, "set yrange [0:140]"); gnuplot_cmd(handle, "set yrange [0:150]");
switch (m_type) switch (m_type)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment