> Note that you need to use "randomize=False" in plot if you're doing > this, because otherwise the plot positions are different each time > (!), so caching the function is useless. I don't understand the > motivation for having that be the default behaviour. >
Better than having a set algorithm that will perform poorly in edge cases (e.g. periodic functions). The adaptive algorithm could certainly be improved - it nearly always produces more points than you ever need, and produces monstrosities like plot(tan(x),-10,10) - but overall this has served us well. - kcrisman -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
