MathGroup Archive 2007

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

Search the Archive

Re: DensityPlot colours misbehaving

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78754] Re: DensityPlot colours misbehaving
  • From: ucervan at gmail.com
  • Date: Sun, 8 Jul 2007 06:17:47 -0400 (EDT)
  • References: <f6npct$6rp$1@smc.vnet.net>


DensityPlot[Exp[-x - y], {x, 0., 4.}, {y, 0., 4.},
 ColorFunctionScaling -> False, PlotRange -> All]


Compare with:

DensityPlot[Exp[-x - y], {x, 0., 4.}, {y, 0., 4.},
 ColorFunctionScaling -> False, ClippingStyle -> Red]

Ulises Cervantes
WRI




  • Prev by Date: Re: Mathematica 6.0.1 Now Available
  • Next by Date: a bug in Integrate (fixing!)
  • Previous by thread: Re: DensityPlot colours misbehaving
  • Next by thread: Re: DensityPlot colours misbehaving