|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
VectorColorFunctionScaling
VectorColorFunctionScaling
is an option for graphics functions which specifies whether arguments supplied to a vector color function should be scaled to lie between 0 and 1.
DetailsDetails
- The usual default setting is VectorColorFunctionScaling->True.
- With VectorColorFunctionScaling->False original unscaled values are fed to the vector color function.
- VectorColorFunctionScaling->{s1, s2, ...} takes
to specify whether to scale argument i of the vector color function. - Scaling is done so as to make the minimum and maximum values of all variables lie between 0 and 1.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Show arrows colored according to the logarithm of the vector field magnitude:
| In[1]:= |
| Out[1]= | ![]() |
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


