Re: Density Plot coloring issue
- To: mathgroup at smc.vnet.net
- Subject: [mg79768] Re: Density Plot coloring issue
- From: Yvon <ymgrigsb at yahoo.com>
- Date: Sat, 4 Aug 2007 05:48:05 -0400 (EDT)
- References: <f8s3jr$3j6$1@smc.vnet.net><f8v1e8$dfg$1@smc.vnet.net>
On Aug 3, 6:52 am, ulises <uli... at wolfram.com> wrote:
> Use PlotRange->All
>
> -Ulises Cervantes
> WRI
THANKS! That worked. I'm so happy it was simple.
I tried using the ClippingStyle, but it shifted my colors.
One other question, I'm trying to add a legend but seem to be
struggling with the setup of my custom color function input into the
legend command.
ShowLegend[plot, {GetColor[#] &, 10, "1", "10",
LegendPosition -> {1.1, -.4}}] Shows a box with the min and max
but no colors. Any thoughts?