From e4a46ffa0611bfee51923abe475566c7e2b2257e Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Mon, 3 May 2021 05:56:34 -0600 Subject: [PATCH] lf_graph.py : added header --- py-scripts/lf_graph.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/py-scripts/lf_graph.py b/py-scripts/lf_graph.py index 26e63b3c..2e23b79c 100644 --- a/py-scripts/lf_graph.py +++ b/py-scripts/lf_graph.py @@ -1,4 +1,18 @@ #!/usr/bin/env python3 +''' +NAME: lf_graph.py + +PURPOSE: +Common Library for generating graphs for LANforge output + +SETUP: +/lanforge/html-reports directory needs to be present or output generated in local file + +EXAMPLE: +see: /py-scritps/lf_report_test.py for example + +INCLUDE_IN_README +''' import matplotlib.pyplot as plt import matplotlib as mpl