mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
changes in lf bar graph(value shows on the top of the bar)
This commit is contained in:
@@ -102,7 +102,7 @@ class lf_bar_graph():
|
||||
if isinstance(self.xaxis_categories[0], int):
|
||||
plt.xticks(np.arange(0, len(self.xaxis_categories), step=self.xaxis_step))
|
||||
else:
|
||||
plt.xticks(np.arange(0, len(self.xaxis_categories)),self.xaxis_categories)
|
||||
plt.xticks(np.arange(0, len(self.xaxis_categories)), self.xaxis_categories)
|
||||
|
||||
|
||||
plt.legend()
|
||||
|
||||
Reference in New Issue
Block a user