AW: Plotting a contour plot with cylindrical co-ordinates
- To: mathgroup at smc.vnet.net
- Subject: [mg49484] AW: [mg49468] Plotting a contour plot with cylindrical co-ordinates
- From: Matthias.Bode at oppenheim.de
- Date: Thu, 22 Jul 2004 02:44:48 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi Lucky,
perhaps the package
<<Graphics`
with
PolarPlot[r, {t, tmin, tmax}],
"generates a polar plot of the radius r as a function of angle t."
may help you.
Best regards,
Matthias Bode
Sal. Oppenheim jr. & Cie. KGaA
Untermainanlage 1
D-60329 Frankfurt am Main
GERMANY
Tel.: +49(0)69 71 34 53 80
Mobile: +49(0)172 6 74 95 77
Fax: +49(0)69 71 34 95 380
E-mail: matthias.bode at oppenheim.de
Internet: http://www.oppenheim.de
-----Ursprüngliche Nachricht-----
Von: luckyjake3000 at yahoo.com [mailto:luckyjake3000 at yahoo.com]
Gesendet: Mittwoch, 21. Juli 2004 12:40
An: mathgroup at smc.vnet.net
Betreff: [mg49468] Plotting a contour plot with cylindrical co-ordinates
I have a set of data which corresponds to points on a circle. I have
these values as a function of r and theta. Is there a way of plotting
this in Mathematica? The ContourPlot function requires x and y
co-ordinates.
Please help if you know.
thanks.