Skip to content

Annotate node_colormapping legend_kwargs are not applied #686

@aegonwolf

Description

@aegonwolf
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions