mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
lf_graph.py : added header
This commit is contained in:
@@ -1,4 +1,18 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.pyplot as plt
|
||||||
import matplotlib as mpl
|
import matplotlib as mpl
|
||||||
|
|||||||
Reference in New Issue
Block a user