You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a problem using Ipysigma with Google Colab. When I try to change the color of the node labels with the node_label_color attribute, the color of the labels does not match the color I specified. The problem occurs both when I use HTML color or hexadecimal color.
Here are some examples:
config: I'm using google collab with Google Chrome on macbook
Thank you :)
The text was updated successfully, but these errors were encountered:
Hello @titi33ledev, you need to use the default_node_label_color for this. The node_label_color will map the given attribute to a generated color palette (in your case, mapping the node attribute named "black" to a single color given to node that do not have the "black" attribute, i.e. every node).
Hello,
I'm having a problem using Ipysigma with Google Colab. When I try to change the color of the node labels with the node_label_color attribute, the color of the labels does not match the color I specified. The problem occurs both when I use HTML color or hexadecimal color.
Here are some examples:
config: I'm using google collab with Google Chrome on macbook
Thank you :)
The text was updated successfully, but these errors were encountered: