Open kcrisman opened 13 years ago
Attachment: tinyaxispolarplot.png
Attachment: tinyaxispolarplot2.png
My guess is the automatic aspect ratio 1 is the problem, but that's just a guess.
For polar plots, it makes sense a lot of times to have aspect_ratio=1. You want circles to look like circles, roses to look like roses, etc.
For polar plots, it makes sense a lot of times to have aspect_ratio=1. You want circles to look like circles, roses to look like roses, etc.
Totes! I just meant that I suspect this is causing it, so we'd have to do some kind of workaround.
Actually, the "right" answer is to not allow such crazy axis behavior where the labels squash each other - maybe some kind of minimum figsize that keeps them looking ok - but I don't know if that would be easy to do at all.
Milestone sage-4.7.3 deleted
Any ideas how to rename the summary of this ticket? I do feel like we shouldn't return quite that skinny of a plot in terms of crushed labels... or Jason, do you feel like this should be closed since there isn't an error in 4.7.2?
Description changed:
---
+++
@@ -1,3 +1,4 @@
+In 4.7.1:
sage: polar_plot(1/sin(1.001*theta),(theta, pi/12,pi/2)) @@ -18,4 +19,6 @@
though it looks terrible, see attached pictures.
+This no longer causes an error in 4.7.2, but the picture is still terrible.
+
Hat tip to Bill Page at [this ask.sagemath.org question](http://ask.sagemath.org/question/862/polar_plot1sinthetatheta-pi12-pi2) for noticing the error.
Well, the picture is certainly ugly, so let's fix it. I'll put it as minor, though.
In 4.7.1:
but this works
though it looks terrible, see attached pictures.
This no longer causes an error in 4.7.2, but the picture is still terrible.
Hat tip to Bill Page at this ask.sagemath.org question for noticing the error.
CC: @jasongrout
Component: graphics
Issue created by migration from https://trac.sagemath.org/ticket/11978