| 1 | initial version |
Essentially, prime_pi has its own plotting method, so you need to do
sage: plot(prime_pi, 50,100)
You can see this at
sage: prime_pi?
However, you are right that it should play nicely with other plotting syntax, which is why we have the ticket here tracking this issue.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.