On Wednesday, July 18, 2012 9:41:40 AM UTC-4, Dan Drake wrote: > > On Wed, 18 Jul 2012 at 01:00AM -0500, Jason Grout wrote: > > IIRC, if A.plot exists, then plot(A, ...) will call A.plot(...). I > > think plot(prime_pi, ...) *is* using the custom plotting method > > always. The problem is that the prime_pi.plot method is very > > limited, and doesn't recognize prime_pi.plot((5,100)). > > Ah, so it's the special plot method in prime_pi that doesn't recognize > (5,100)? That seems easy enough to fix. > > Though it wouldn't fix the general issue of not being able to plot combos of prime_pi and other things.
Andrew, would #11475 fix this, since the plot method wouldn't be called on prime_pi(x)+x^2 (e.g.)? Fix in the sense that it would be an approximation... perhaps that should be documented... -- -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org