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 already have my color palette stored in sdata.tables["table"].uns, but .pl.render_shapes() ignores it. As a result, I have to manually specify the palette in the function. However, this leads to errors related to invalid hex colors or missing groups.
The text was updated successfully, but these errors were encountered:
Hey @timtreis
The error I mentioned was from 2 existing issues.
Because pl.render_shapes() ignores the default colors stored in the uns["{key}_colors"], I must define the palette for each group. #414
When I set the pattern group and palette, the error was pl.render_shapes not support normal hex color. #391
I already have my color palette stored in sdata.tables["table"].uns, but .pl.render_shapes() ignores it. As a result, I have to manually specify the palette in the function. However, this leads to errors related to invalid hex colors or missing groups.
The text was updated successfully, but these errors were encountered: