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.