Autoscale Y-axis of echo-likelihood plots

Bug: none
Change-Id: I86d4bc13c58d34d1b96e70c1362a642345201fcc
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/130494
Reviewed-by: Ivo Creusen <ivoc@webrtc.org>
Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27388}
This commit is contained in:
Gustaf Ullberg
2019-04-01 13:05:10 +02:00
committed by Commit Bot
parent 8fcd6537f2
commit 4e2d015be8

View File

@ -92,7 +92,6 @@ void WriteEchoLikelihoodGraphFileFooter(std::ofstream* output_file) {
<< " plt.plot(x, y)" << std::endl
<< " plt.ylabel('Echo likelihood')" << std::endl
<< " plt.xlabel('Time (s)')" << std::endl
<< " plt.ylim([0,1])" << std::endl
<< " plt.show()" << std::endl;
}