Hi, thanks for a great library.
I have several plots, some are created with other libraries like folium and I need to make colors consistent across them.
In ‘folium’ we are using strings for colors (“red”, “blue”, …) and I need to create an array that displays elements with the same colors (a 2D array or 3D with RGB would be ok). Is there an easy way to convert back and forth between string, RGB and HEX representation fo a color?
Thanks again