Re: LegendPosition Problem
- To: mathgroup at smc.vnet.net
- Subject: [mg68846] Re: [mg68831] LegendPosition Problem
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Mon, 21 Aug 2006 03:27:45 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
Must be system dependent, on my system the legend is in the middle right.
$Version
5.2 for Mac OS X (June 20, 2005)
Needs["Graphics`"];
ShowLegend[
DensityPlot[Sin[x y],
{x, 0, Pi}, {y, 0, Pi},
Mesh -> False,
PlotPoints -> 30,
DisplayFunction -> Identity],
{GrayLevel[1 - #] &, 10, " 1", "-1",
LegendPosition -> {1.1, -.4}}];
Bob Hanlon
---- Paul Townley-Smith <ptownleysmith at zygo.com> wrote:
> Dear All,
>
> I'm running 5.2 and trying to position a legend. No matter what coordinates
> I give, the legend is always in the bottom left...what am I doing wrong.
> The following sample code below puts the legend in the lower left on my
> machine, even though this is supposed to be an example where the legend is
> in the in middle right.
> ShowLegend[
> DensityPlot[Sin[x y], {x, 0, Pi}, {y, 0, Pi}, Mesh -> False,
> PlotPoints -> 30, DisplayFunction -> Identity], {GrayLevel[1 - #] &, 10,
> " 1", "-1", LegendPosition -> {1.1, -.4}}]
>
> What could I be missing?
>
>
>
> Thanks in advance for your help.
>
>
>
> Paul
>