ericmjl / nxviz

Visualization Package for NetworkX
https://ericmjl.github.io/nxviz
MIT License
452 stars 86 forks source link

Annotate node_colormapping legend_kwargs are not applied #686

Open aegonwolf opened 2 years ago

aegonwolf commented 2 years ago

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