mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
added legend location,legend column,legend fontsize,legend box
This commit is contained in:
@@ -103,7 +103,11 @@ if __name__ == "__main__":
|
||||
_show_bar_value=True,
|
||||
_text_font=7,
|
||||
_text_rotation=45,
|
||||
_xticks_font=7)
|
||||
_xticks_font=7,
|
||||
_legend_loc="best",
|
||||
_legend_box=(1,1),
|
||||
_legend_ncol=1,
|
||||
_legend_fontsize=None)
|
||||
|
||||
graph_png = graph.build_bar_graph()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user