RE: PolarPlot problem
- To: mathgroup at smc.vnet.net
- Subject: [mg37847] RE: [mg37835] PolarPlot problem
- From: "David Park" <djmp at earthlink.net>
- Date: Fri, 15 Nov 2002 01:34:57 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Steven, It works for me. Did you try to evaluate PolarPlot before you loaded the package? Try it with a fresh kernel and make certain you load the package first. Also, you only need to plot from 0 to Pi. Going to 2 Pi traces the curve twice and doesn't look as nice. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: Steven Hodgen [mailto:shodgen at mindspring.com] To: mathgroup at smc.vnet.net Hello, I'm trying to use PolarPlot, but I can't get it to work. Here's my notebook: <<Graphics`Graphics` PolarPlot[Sin[t], {t, 0, 2Pi}] Instead of presenting the plot, it simply restates the PolarPlot statement, albeit in output form, so it's not bold. What am I doing wrong? All the other plots I've tried work fine. --Steven