diff options
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/host-stack/cc_plots.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scripts/host-stack/cc_plots.py b/src/scripts/host-stack/cc_plots.py index f0296af7223..f7953f223d4 100755 --- a/src/scripts/host-stack/cc_plots.py +++ b/src/scripts/host-stack/cc_plots.py @@ -24,7 +24,6 @@ def listy(points): def plot_data(d): - plt.figure(1) cwndx = listx(d["cwnd"]) |