From 4e2d015be8f7898151d0b76366a00d856899fb61 Mon Sep 17 00:00:00 2001 From: Gustaf Ullberg Date: Mon, 1 Apr 2019 13:05:10 +0200 Subject: [PATCH] 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 Commit-Queue: Gustaf Ullberg Cr-Commit-Position: refs/heads/master@{#27388} --- modules/audio_processing/test/audio_processing_simulator.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/audio_processing/test/audio_processing_simulator.cc b/modules/audio_processing/test/audio_processing_simulator.cc index d980d8821b..ce43517f4a 100644 --- a/modules/audio_processing/test/audio_processing_simulator.cc +++ b/modules/audio_processing/test/audio_processing_simulator.cc @@ -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; }