Evaluate

Basic Examples

In[]:=
basicCubeHelix=
[◼]
CubehelixColorFunction
[];
In[]:=
DensityPlot[x,{x,0,1},{y,0,1},ColorFunctionbasicCubeHelix]
In[]:=
Out[]=

Scope

In[]:=
Plot3D[Sin[xy],{x,0,3},{y,0,3},ColorFunctionFunction[{x,y,z},basicCubeHelix[z]]]
In[]:=
Out[]=
ArrayPlot[Table[Evaluate[Sum[Sin[RandomReal[10,2].{x,y}],{5}]],{x,0,5,.1},{y,0,5,.1}],ColorFunctionbasicCubeHelix]
In[]:=
Out[]=
data=Import["http://exampledata.wolfram.com/hailey.dem.gz","Data"];​​ReliefPlot[data,ColorFunctionbasicCubeHelix,PlotLegendsAutomatic]
In[]:=
Out[]=

Options

In[]:=

“Start”

In[]:=
Multicolumn#->DensityPlotx,{x,0,1},{y,0,1},ColorFunction
[◼]
CubehelixColorFunction
["Start"#]&/@Range[0,3,1/2]
In[]:=
0
3
2

3
1
2

2
1
5
2

Out[]=

“Rotations”

In[]:=

“Hue”

In[]:=

“Gamma”

In[]:=

Applications

In[]:=

Rainbow

In[]:=
This is the same as if we used LCHColor directly:

Custom color functions

In[]:=

Neat Examples

In[]:=

Animated pastels

In[]:=

Cubehelix Explorer

In[]:=