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

Feature request: Colored nodes in the visualization #8

Open
mt0rm0 opened this issue Mar 25, 2022 · 2 comments
Open

Feature request: Colored nodes in the visualization #8

mt0rm0 opened this issue Mar 25, 2022 · 2 comments

Comments

@mt0rm0
Copy link

mt0rm0 commented Mar 25, 2022

Feature request: Coloured nodes in the graph visualization

It would be awesome having different colours for the nodes in the visualization for better keeping track of some characteristics, specially when the graph has grown too big.

I can think of two options:

  • flagging manually the colours while updating the composer
  • automatic colouring based on information from the functions, like tracking predefined prefixes in the name
@akrishnamo
Copy link

I second this. Is there a way we can color a node if the code in that step fails?

@akrishnamo
Copy link

One simple thing that seems to work is to color the digraph post results.
x=composer.graphviz()
x.node('<node_name>', fillcolor='green')

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

2 participants