Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotate node_colormapping legend_kwargs are not applied #686

Open
aegonwolf opened this issue May 13, 2022 · 0 comments
Open

Annotate node_colormapping legend_kwargs are not applied #686

aegonwolf opened this issue May 13, 2022 · 0 comments

Comments

@aegonwolf
Copy link

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant