Mathematica 9 is now available

ColorFunctionScaling

Usage

ColorFunctionScaling 是各种图形函数的选项,指明提供给一个颜色函数的值是否应当归一为0到1的范围。


Notes

ColorFunctionScaling的缺省设置是True
• 当ColorFunctionScaling -> False,原来的未归一的值提供给颜色函数。
• 参见Mathematica全书: 2.9.7.
• 同时参见: ColorFunction.
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]:=  



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.