Skip to content

Directly producing color values for each node #250

@nakanangdoods

Description

@nakanangdoods

Is your feature request related to a problem? Please describe.
Hi! I'm a beginner Python user and I am trying to learn how to use the API for the Kepler Mapper. I do not know if there is an existing way to do this with the current API, but I would like to either: 1) find a way to color nodes directly or 2) extract boolean values for nodes using member data.

Describe the solution you'd like
My idea for this solution would just be to directly input the color value for each node, but afaik, the API will only extract this from the application of a numpy array function on the member data.

Describe alternatives you've considered
Is there a way to implement numpy array functions multiple times (say pass np.all(np.isnan())) for the node_color_function?

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