ColorFunctionScaling
Usage
• ColorFunctionScaling 是各种图形函数的选项,指明提供给一个颜色函数的值是否应当归一为0到1的范围。
Notes
• ColorFunctionScaling的缺省设置是True。 • 当ColorFunctionScaling -> False,原来的未归一的值提供给颜色函数。 • 参见Mathematica全书: 节 2.9.7.
Further Examples
Here is a density plot. This is the default, where ColorFunctionScaling -> True. In this case the values passed to ColorFunction are scaled between and . Evaluate the cell to see the graphic.
In[1]:=
|
Here is the same plot with ColorFunctionScaling set to False. With the False setting the original unscaled values are used. Evaluate the cell to see the graphic.
In[2]:=
|
|