First time here? Check out the FAQ!
answered 2011-11-01 22:03:13 +0100
I don't get an error, but I do get plots that are very stretched out. Even with
polar_plot((1/sin(theta)),(theta, pi/12, pi/2),aspect_ratio='auto')
the y-axis isn't as nice as when we do
plot(1,(x,0,3))