data-science 2024-04-30

I recently was in need for the "new" matplotlib colormaps, and didn't want to leave clj, and ported them from python. Is there a clj colormap lib? I'd like to put this somewhere, I'm sure I will need them again.

🎨 1

with the magnificent documentation of the color namespace https://clojure2d.github.io/clojure2d/docs/notebooks/notebooks/color.html

Ha, they are already there. Great. Thx @daslu @tsulej.

What you shared above looks great 💜

🌈 3

Number theory is so much fun with clojure.

Already there.

Yes. Btw. palettes are discrete, gradients are continuous so if you prefer continuous gradient go for (gradient :viridis/viridis) and use it as a function which accepts a number from 0.0 to 1.0 to get a color.