From 44b71f77e332dfaf17c31b8e3e3173500a6af83c Mon Sep 17 00:00:00 2001 From: karthikaeyetea Date: Thu, 2 Sep 2021 13:50:41 +0530 Subject: [PATCH] Added line graph --- py-scripts/lf_graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/lf_graph.py b/py-scripts/lf_graph.py index 81533c9f..6be1ec69 100755 --- a/py-scripts/lf_graph.py +++ b/py-scripts/lf_graph.py @@ -346,7 +346,7 @@ class lf_line_graph(): _graph_image_name="image_name", _label=["bi-downlink", "bi-uplink", 'uplink'], _font_weight='bold', - _color=['forestgreen', 'y', 'r', 'g', 'b', 'p'], + _color=['forestgreen', 'c', 'r', 'g', 'b', 'p'], _figsize=(10, 5), _xaxis_step = 5, _xticks_font = None,