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 an issue where my column categories are getting assigned appropriate colors, but the row categories are not. When I look at net.viz['cat_colors'], I see:
This happens on both Firefox and Chrome. It's very hard for me to distinguish the shades of gray, and it would be much more useful for my data exploration if there were clear, contrasting colors. I've tried updating the hex codes myself using set_cat_color(), but that had no effect.
Could you please advise how I might fix this?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @ltsypin, yes there is a new method for setting global category colors - you can see an example of it here on this Google Colab notebook
net.set_global_cat_colors(df_colors)
where df_colors is a DataFrame with a single column named colors and the rows are the names of categories. This coloring scheme will be used for any row/col category.
Hello! Thank you for developing this package.
I'm having an issue where my column categories are getting assigned appropriate colors, but the row categories are not. When I look at
net.viz['cat_colors']
, I see:But the actual widget shows up like this:
This happens on both Firefox and Chrome. It's very hard for me to distinguish the shades of gray, and it would be much more useful for my data exploration if there were clear, contrasting colors. I've tried updating the hex codes myself using
set_cat_color()
, but that had no effect.Could you please advise how I might fix this?
Thanks!
The text was updated successfully, but these errors were encountered: