User Portlet
| Discussions |
|---|
| DensityPlot like all graphics take option ColorFunction, which could be a pretty arbitrary function: DensityPlot[y + Sin[x^2 + 3 y], {x, -3, 3}, {y, -3, 3}, ColorFunction -> (RGBColor[1 - #, #, 1] &)] You can make up the function you need. |