From f480744e3a26792bea37ba4cd89fea8b525a2024 Mon Sep 17 00:00:00 2001
From: hang <hangxiee@gmail.com>
Date: Mon, 28 Feb 2022 21:37:26 -0600
Subject: [PATCH] graph part done

---
 mp1/graph_generator.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mp1/graph_generator.py b/mp1/graph_generator.py
index a27e7e6..3bcde9f 100644
--- a/mp1/graph_generator.py
+++ b/mp1/graph_generator.py
@@ -16,9 +16,9 @@ def generate_records_for_node():
            You need to plot the CDF (cumulative distribution function) of transaction processing time.
            A datapoint (X,Y) on the CDF indicates that the Y%ile value of the metric is X. Your y-axis must range from 1-99%ile.
 
-           nodeid generated_time processed_time transaction_str
-
            log example:
+
+           nodeid generated_time processed_time transaction_str
        """
 
     with open('./node.log', 'r') as file:
-- 
GitLab