MathGroup Archive 2005

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

Search the Archive

Re: Re: DrawLineLabels

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60022] Re: [mg60006] Re: [mg59824] DrawLineLabels
  • From: "David Park" <djmp at earthlink.net>
  • Date: Sun, 28 Aug 2005 23:14:33 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Noga finally did send me a notebook and the problem was easily resolved. He
was making a contour plot in the r-theta polar plane with a function in r,
theta coordinates. Then he transformed the plot to the xy plane. But in
adding the line labels he was still using the original function.

The solution was either to put on the line labels in the r-theta plane and
then transform the plot and line labels together, or to transform his
function to xy coordinates before putting the line labels on in the xy
plane.

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/

From: Chris Chiasson [mailto:chris.chiasson at gmail.com]
To: mathgroup at smc.vnet.net


Can you give example code (copy as -> plain text)?

On 8/23/05, Noga <nogarybko at yahoo.com> wrote:
> Hi,
> I'm trying to use the function 'DrawLineLabels' from the 'DrawGraphics'
> package [by David Park].
>
> Do you know of any specific problem of using this function with the
> function 'ContourDraw'-for drawing sphere contours?
> I think I followed the direction quite well, and it managed to name the
> contours, but with unreasonable values, not the true values of the
> drawn contours.
>
> Any ideas...?
>
> Thanks in advance,
> Noga
>
>


--
Chris Chiasson
http://chrischiasson.com/
1 (810) 265-3161



  • Prev by Date: Re: RasterGraphics[]
  • Next by Date: Re: RasterGraphics[]
  • Previous by thread: Re: DrawLineLabels
  • Next by thread: a question about intersection curve.