MathGroup Archive 2006

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

Search the Archive

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


  • Prev by Date: differential equation solve
  • Next by Date: RE:How to set up a diff equation for circuit with a diode?
  • Previous by thread: Re: differential equation solve
  • Next by thread: RE: LegendPosition Problem