Simulation-Decomposition / simdec-python

Sensitivity analysis using simulation decomposition
https://simdec.readthedocs.io
BSD 3-Clause "New" or "Revised" License
21 stars 0 forks source link

Cards of color pickers #10

Closed tupui closed 10 months ago

tupui commented 10 months ago

One caveat is that by default the colormap is slightly changed. This is because I am calculating a colormap using a single color to get this working. The resulting colormap per group is a linear variation of the luminance channel.

@gnopik if you want to test a live version, I could make another testing deployment in the same project. I think if we do this, I would not link it to the domain (e.g. dev.simdec.io). I think I read that Cloud Run has issues with automatically handling subdomains. But I can always try and see.

This is how it looks:

Screenshot 2023-10-17 at 11 21 52 Screenshot 2023-10-17 at 11 22 25
gnopik commented 10 months ago

Excellent, thanks, @tupui! This way is even better. Can we set the default colors as these? {'#DC267F'; '#E8EA2F'; '#26DCD1';'#C552E4';'#3F45D0'} (first should go to the low-low-low scenario)

I think the main branch and .io are fine.

tupui commented 10 months ago

Oh thanks! In it goes then and opening a followup for the start colors.