|
[Date Index]
[Thread Index]
[Author Index]
Re:(List)DensityPlot and coloring...
- To: mathgroup at smc.vnet.net
- Subject: [mg25828] Re:[mg25779] (List)DensityPlot and coloring...
- From: "Ersek, Ted R" <ErsekTR at navair.navy.mil>
- Date: Sat, 28 Oct 2000 01:41:20 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Fabio Cavaliere wanted to make List DensityPlot use Blue for the lowest
value, and Red for the highest value. Try the following. This also works for
DensityPlot, Plot3D, etc.
ListDensityPlot[data,
ColorFunction->(RGBColor[0.1+0.8#,0,0.9-0.8#]&)]
--------------------
Regards,
Ted Ersek
Mathematica tips, tricks have moved to
http://www.verbeia.com/mathematica/tips/Tricks.html
Prev by Date:
Emmathfnt
Next by Date:
Re: Re:ButtonBox and ButtonFunction (ButtonTools)
Previous by thread:
(List)DensityPlot and coloring...
Next by thread:
Re: (List)DensityPlot and coloring...
|