Questions on the color models, schemes, named colors and color functions supported by Mathematica.
6
votes
0answers
111 views
Break[] inside ColorFunction
f[x_?NumericQ]:= (Do[Break[],{i,1,2}];x)
Plot[x,{x,0,1},ColorFunction->(ColorData["Rainbow"][f[#]]&)]
Break::nofwd: No enclosing For, While, or Do found ...
1
vote
0answers
103 views
logticks in a colorbar
I have a question on using logarithmic ticks in a colorbar in Mathematica 8.0
. I use the package ColorbarPlot (...