nxviz
nxviz copied to clipboard
Annotate node_colormapping legend_kwargs are not applied
- nxviz version: 0.7.4
- Python version:3.9/3.8 (tried both)
- Operating System: ubuntu
Description
annotate.node_colormapping(pass_graph, color_by="total", legend_kwargs = {"location": "bottom"})
or
annotate.node_colormapping(pass_graph, color_by="total", legend_kwargs = {"loc": "upper left", "bbox_to_anchor": (20, 1.8)})
etc.
What I Did
None of the arguments are applied