Re: PolarPlot problem
- To: mathgroup at smc.vnet.net
- Subject: [mg37863] Re: [mg37835] PolarPlot problem
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Fri, 15 Nov 2002 01:36:24 -0500 (EST)
- References: <200211141112.GAA11441@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I copied your two statements and obtained a plot of a circle centered at {0,
0.5} and radius 0.5. Try putting a semicolon after your <<Graphics`Graphics`
statement, or write them in separate cells. Maybe that will work.
Tomas Garza
Mexico City
----- Original Message -----
From: "Steven Hodgen" <shodgen at mindspring.com>
To: mathgroup at smc.vnet.net
Subject: [mg37863] [mg37835] PolarPlot problem
> 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
>
>
>
>
- References:
- PolarPlot problem
- From: "Steven Hodgen" <shodgen@mindspring.com>
- PolarPlot problem