On 2013-01-07 12:10, Jeroen Demeyer wrote: > I am running the command (based on a doctest in graphics.py) > > sage: time p = polar_plot(lambda t: > (100/(100+(t-pi/2)^8))*(2-sin(7*t)-cos(30*t)/2), -pi/4, 3*pi/2, > color="red",plot_points=1000) > > > There is a serious slow-down going on: > > sage-5.1: 8.76 s > sage-5.2: 22.56 s > sage-5.3: 22.59 s > sage-5.4: 22.50 s > sage-5.5: 33.32 s > > So somewhere in sage-5.2 and in sage-5.5, this slowed down.
Yes, reverting #13014 fixes the first slowdown. Reverting #715 + #11521 fixes the second slowdown. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to sage-devel+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel?hl=en.