MathGroup Archive 2010

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

Search the Archive

Re: Contour plot with color scale

  • To: mathgroup at smc.vnet.net
  • Subject: [mg106668] Re: [mg106628] Contour plot with color scale
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Wed, 20 Jan 2010 06:51:22 -0500 (EST)
  • Reply-to: hanlonr at cox.net

Needs["PlotLegends`"]

ShowLegend[
 ContourPlot[
  Cos[x] + Cos[y],
  {x, 0, 4 Pi}, {y, 0, 4 Pi},
  Contours -> 9],
 {ColorData["LakeColors"][1 - #1] &,
  10, " 2", "-2",
  LegendPosition -> {1.1, -0.4}}]


Bob Hanlon

---- Eric Gonzalez <cire.glez at gmail.com> wrote: 

=============
Hello,
I want to make a contour plot witht the color scale with the appropiate min 
and max on the side,????
bests,
Eric 



  • Prev by Date: Re: Replace list element based on a condition how to
  • Next by Date: Re: Initialization problem in a DynamicModule
  • Previous by thread: Contour plot with color scale
  • Next by thread: Re: Contour plot with color scale