diff options
Diffstat (limited to 'results/src/experiment1/__main__.py')
| -rw-r--r-- | results/src/experiment1/__main__.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/results/src/experiment1/__main__.py b/results/src/experiment1/__main__.py index 35475dc2..067d97a2 100644 --- a/results/src/experiment1/__main__.py +++ b/results/src/experiment1/__main__.py @@ -66,15 +66,32 @@ def plot_hosts(frame: pd.DataFrame): dictionary2 = { 3600000: 11, 180000000: 11, + 205200000: 0, 212400000: 103, 216000000: 103, 219600000: 103, 223200000: 103, + 270000000: 0, + 280800000: 0, + 295200000: 0, 374400000: 57, + 406800000: 0, + 471600000: 0, + 619200000: 0, + 684000000: 0, + 698400000: 0, + 709200000: 0, 712800000: 103, + 727200000: 0, + 730800000: 0, 795600000: 57, + 802800000: 0, 838800000: 11, 882000000: 103, + 889200000: 0, + 896400000: 0, + 900000000: 0, + 914400000: 0, 975600000: 57, 979200000: 11, 982800000: 11, @@ -100,6 +117,7 @@ def plot_hosts(frame: pd.DataFrame): df = pd.DataFrame(list(dictionary2.items()), columns=["timestamp", "count"]) df3 = iterate(frame) + print(df3) df2 = pd.DataFrame(list(df3.items()), columns=["timestamp", "count"]) plt.plot( |
