Basic Examples
Basic Examples
In[]:=
basicCubeHelix=
[];
In[]:=
DensityPlot[x,{x,0,1},{y,0,1},ColorFunctionbasicCubeHelix]
In[]:=
Out[]=
Scope
Scope
In[]:=
Plot3D[Sin[xy],{x,0,3},{y,0,3},ColorFunctionFunction[{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}],ColorFunctionbasicCubeHelix]
In[]:=
Out[]=
data=Import["http://exampledata.wolfram.com/hailey.dem.gz","Data"];ReliefPlot[data,ColorFunctionbasicCubeHelix,PlotLegendsAutomatic]
In[]:=
Out[]=
Options
Options
In[]:=
“Start”
“Start”
In[]:=
Multicolumn#->DensityPlotx,{x,0,1},{y,0,1},ColorFunction
["Start"#]&/@Range[0,3,1/2]
In[]:=
0 | 3 2 | 3 |
1 2 | 2 | |
1 | 5 2 |
Out[]=
“Rotations”
“Rotations”
In[]:=
“Hue”
“Hue”
In[]:=
“Gamma”
“Gamma”
In[]:=
Applications
Applications
In[]:=
Rainbow
Rainbow
In[]:=
This is the same as if we used LCHColor directly:
Custom color functions
Custom color functions
In[]:=
Neat Examples
Neat Examples
In[]:=
Animated pastels
Animated pastels
In[]:=
Cubehelix Explorer
Cubehelix Explorer
In[]:=