|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
StreamColorFunctionScaling
StreamColorFunctionScaling
is an option for graphics functions that specifies whether arguments supplied to a stream color function should be scaled to lie between 0 and 1.
DetailsDetails
- The usual default setting is StreamColorFunctionScaling->True.
- With StreamColorFunctionScaling->False original unscaled values are fed to the stream color function.
- StreamColorFunctionScaling->{s1, s2, ...} takes
to specify whether to scale argument i of the stream 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)
Plot the streamlines with arrows colored according to the logarithm of the 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 »


