MathGroup Archive 1997

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Colored ListDensityPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg9219] Re: [mg9180] Colored ListDensityPlot
  • From: seanross at worldnet.att.net
  • Date: Fri, 24 Oct 1997 01:00:32 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

David Keith wrote:
> 
> I am trying to manipulate image data which is described as pixel
> intensity data, with the intensities of various colors in separate
> files. It is easy to read the data in, reformatting it as an array, and
> display a black and white image of any given color using
> ListDensityPlot.
> 
> What I would like to do is to plot it as a false color (or even true
> color) image using something like ListDensityPlot. Ideally I could
> describe the image as an array of vectors {R,G,B} and then plot the
> result as a color image.
> 
> I would be grateful for any suggestions, or even a package, for doing
> this.
> 
> Thanks.

??ListDensityPlot reveals that one of the options is ColorFunction. 
This option allows you to specify the color as a function of x and y
coordinates.


  • Prev by Date: Re: Palettes
  • Next by Date: Write Protected Functions
  • Previous by thread: Colored ListDensityPlot
  • Next by thread: Re: Colored ListDensityPlot