| Author |
Comment/Response |
Todd Fugleberg
|
07/15/99 8:01pm
I am having trouble setting an absolute scale for the ColorFunction of ListDensityPlot.
I want to plot values of a two dimensional array using
ListDensityPlot with respect to a specified value
and not simply with respect to the other values in the
grid.
I have tried:
ListDensityPlot[matrix, ColorFunction -> (Hue[#/maxvalue]&)]
ListDensityPlot[matrix/10, ColorFunction ->
(Hue[#/maxvalue]&)]
and I get exactly the same graphs.
This seems like it should be a common need and should
have a simple solution but I can't seem to find it.
Thanks,
Todd Fugleberg
URL: , |
|