| Author |
Comment/Response |
Bill Simpson
|
01/16/13 2:17pm
In Response To 'Re: ArrayPlot' --------- This appears to behave as documented.
In[1]:= ArrayPlot[valeur/18,ColorFunctionScaling->False]
Out[1]= ...PlotSnipped...
In[2]:= ArrayPlot[valeur/36+.5, ColorFunctionScaling->False]
Out[2]= ...PlotSnipped...
In[3]:= ArrayPlot[valeur/180+.5, ColorFunctionScaling->False]
Out[3]= ...PlotSnipped...
In[4]:= ArrayPlot[valeur/180+.1, ColorFunctionScaling->False]
Out[4]= ...PlotSnipped...
When you scale valeur*a+b to lie within (0,1) do you obtain what you need?
URL: , |
|