User Portlet User Portlet

Discussions
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/772de695-5768-4baa-91a1-0a5011ee55aa
labspace[l_, a_, b_, i_, cs_] := Block[{}, (List @@ ColorConvert[ColorConvert[LABColor[{l, a, b}], cs], "LAB"])[[i]]]; lmindata = NMinimize[{labspace[l, a, b, 1, "HSB"], (-1 3,...
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/4b0c3998-410c-4f3e-bd40-9da51a1a8215
Wow, that's compact. Thank you for the programming insight. :)
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/61a1e392-971a-4639-a6f3-6811d97812e0
Are there other ways to Do something once without additional overhead? Here's a short example, but I have instances with dozens of lines of code. If[overwriteBrightBandsPlot, Do[ Export[brightBandsPlotPNGfile, LPXH2]; ...
Hah! Good catch. I likely misordered them in FrameTicks.
For ChromaticityPlot3D, I'd like to specify an initial rotation (or alternately, a different coordinate order). Here is what is generated by default: Print[ ChromaticityPlot3D[ "RGB", "RGB", Appearance ->...
I believe Dr. Gromov is referring to popular historic literature, such as Dantzig's book "Number".