Index: webrtc/modules/remote_bitrate_estimator/test/plot_bars.sh |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/plot_bars.sh b/webrtc/modules/remote_bitrate_estimator/test/plot_bars.sh |
index f678d5ebfae7c137b56bbd374715f05fc20cb1df..9f7fb16203947f62a47529f9ada6ddb46101661a 100755 |
--- a/webrtc/modules/remote_bitrate_estimator/test/plot_bars.sh |
+++ b/webrtc/modules/remote_bitrate_estimator/test/plot_bars.sh |
@@ -111,7 +111,7 @@ function gen_gnuplot_bar_input { |
# Scale all latency plots with the same vertical scale. |
delay_figure=5 |
if (( $figure==$delay_figure )) ; then |
- y_max=250 |
+ y_max=400 |
else # Take y_max = 1.1 * highest plot value. |
# Since only the optimal bitrate for the first flow is being ploted, |