Re: PolarPlot problem
- To: mathgroup at smc.vnet.net
- Subject: [mg37854] Re: PolarPlot problem
- From: michael_chang86 at hotmail.com (Michael Chang)
- Date: Fri, 15 Nov 2002 01:35:34 -0500 (EST)
- References: <ar00od$b70$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Here's what I get:
In[1]:= $Version
Out[1]:= "4.1 for Microsoft Windows (June 13, 2001)"
and I *am* able to obtain a graphics object for
In[2]: Needs["Graphics`Graphics`"];PolarPlot[Sin[t], {t, 0, 2Pi}]
I'm uncertain, however, of what is meant when by "not bold" ...
Regards,
Michael
"Steven Hodgen" <shodgen at mindspring.com> wrote in message news:<ar00od$b70$1 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