MathGroup Archive 2013

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

Search the Archive

Re: needs the option ColorFunction, any good workaround?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131500] Re: needs the option ColorFunction, any good workaround?
  • From: Matthias Odisio <matthias at wolfram.com>
  • Date: Tue, 13 Aug 2013 03:58:36 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <20130810083934.914A26A0E@smc.vnet.net>

Sibir,

On 8/10/13 3:39 AM, sibir wrote:
> ArrayPlot and also Image3D have an option ColorFunction. For Image there is no such option, for scalar data "GrayScale" is all there is.
> 
> Now one can ImageApply Hue like
> 
> ImageApply[List @@ ToColor[Hue[#], RGBColor]&, Image[data]]
> 
> but how to use other Gradient Color Schemes like "Rainbow" or "TemperatureMap"?
> 
> I am working with large dataset, so ArrayPlot is not an option (too slow and memory inefficient).

Have you tried ImageRelief and Colorize?


Matthias Odisio




  • Prev by Date: How to import a mp4 file on Mathematica
  • Next by Date: Re: How to import a mp4 file on Mathematica
  • Previous by thread: Re: needs the option ColorFunction, any good workaround?
  • Next by thread: How to import a mp4 file on Mathematica