2

Bug introduced in 9.0 and fixed in 9.0.1


I think I am experiencing the same/similar problems as this user.

Mathematica Version: 9.0 for Mac OS X x86 (64-bit) (November 20, 2012)

Computer: Mac OS X 10.11.5

When I run the code below, LisPolarPlot works fine until I include the option PolarAxes->True at which point it spits out reams of error messages. Any advice on solving this issue or implementing an alternative to achieve similar results?

list = Table[{t, Sin[t]}, {t, 0, Pi, 0.1}];
ListPolarPlot[list, PolarAxes -> False]
ListPolarPlot[list, PolarAxes -> True]

enter image description here

Tom
  • 3,416
  • 1
  • 18
  • 33

0 Answers0