Assign RGB values to points on implicit_plot3d graph
Is there a way to assign an explicit RGB color to each point satisfying an equation of the form f(x,y,z)=c? For instance, I would like it if the command
implicit_plot3d(x+y+z==1,(x,0,1),(y,0,1),(z,0,1),color=(x,y,z))
colored the standard 2-simplex in R^3 according to the associated RGB values, but it doesn't. I'm aware that one can use colormaps and functions R^3 -> R to color the output of implicit_plot3d but I would like to use a function R^3 -> [0,1]^3 to do the coloring.
Well, it's just a matter of someone implementing that. The beauty of open source is that you could in fact do that yourself. You could also propose to sponsor sage if somebody else does the job. https://github.com/sponsors/sagemath
see also https://ask.sagemath.org/question/363...
First step would be to open a ticket asking for this feature on the trac server : https://trac.sagemath.org/