Skip to content

Feature request: apply color palette to node colors #15

@lazgardian

Description

@lazgardian

Ability to easily customize the node color scheme, e.g. by applying a palette,

e.g. as in ggraph

custom_palette <- c("red", "blue", "green", "yellow")... ggraph(graph) + ... scale_color_manual(values = custom_palette) + ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions