| 1 | initial version |
plot([prime_pi(x) for x in xrange(3,10+1)])
| 2 | both axes |
plot([prime_pi(x) list_plot([(x,prime_pi(x)) for x in xrange(3,10+1)])
| 3 | quoting issue |
list_plot([(x,prime_pi(x)) for x in xrange(3,10+1)])
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.