Chromium Code Reviews| Index: webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py |
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py b/webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py |
| index 51ef06ef0af09254632328928e4e1a39ec6b563b..9a950a649b605a5d3b74badb4eabf80908718861 100755 |
| --- a/webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py |
| +++ b/webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py |
| @@ -149,7 +149,7 @@ def main(): |
| target_bitrate.AddSubplot(['target_bitrate_bps'], "Time (s)", "Bitrate (bps)") |
| # Select which figures to plot here. |
| - figures = [receiver, detector_state, trendline_state, target_bitrate] |
| + figures = [receiver] |
|
philipel
2017/05/29 09:38:50
Undo this change
gnish2
2017/05/29 11:04:26
Done.
|
| # Add samples to the figures. |
| for line in sys.stdin: |