LegendPosition Problem
- To: mathgroup at smc.vnet.net
- Subject: [mg68831] LegendPosition Problem
- From: "Paul Townley-Smith" <ptownleysmith at zygo.com>
- Date: Sun, 20 Aug 2006 04:43:54 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
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