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