MathGroup Archive 2005

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

Search the Archive

Polar Plots don't seem to work

  • To: mathgroup at smc.vnet.net
  • Subject: [mg56498] Polar Plots don't seem to work
  • From: Peter Jay Salzman <p at dirac.org>
  • Date: Tue, 26 Apr 2005 21:53:26 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I'm on Linux using Mathematica 5.0.1.0.

When I try to make a polar plot, no graphics is shown.  This is what I see:


	In[1]:= PolarPlot[Sin[t], {t, 0, 2*\[Pi]}]

	Out[1]= PolarPlot[Sin[t],{t,0,2 \[Pi]}]


Mathematica simply repeats what I told it without displaying a graphic.  Even the
polar plot in the help browser topic doesn't work.

Any ideas why Mathematica isn't showing me polar plots?  Do I need to explicitly
display something?

Thanks,
Pete


  • Prev by Date: compiling the python mathlink module on python 2.3+
  • Next by Date: good solution for SpinShow problem
  • Previous by thread: Re: compiling the python mathlink module on python 2.3+
  • Next by thread: Re: Polar Plots don't seem to work