mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
updated wifi_diag_python
This commit is contained in:
@@ -19,7 +19,7 @@ class Plot:
|
||||
# print("In Plot")
|
||||
pass
|
||||
|
||||
def bar(self, datax="", datay=" ", title="Temp", xaxis="xaxis", yaxis="yaxis",figname="temp"):
|
||||
def bar(self, datax="", datay=" ", title="Temp", xaxis="yaxis", yaxis="xaxis",figname="temp"):
|
||||
# fig = plt.figure()
|
||||
self.tmpfile = BytesIO()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user