Hi,
the following lines of python:
from pylab import *
xs = range(20)
ys = [x*x for x in xs]
plot(xs,ys)
show()
have a different outcome depending on where I type them:
- at the system python's prompt (just run 'python' then type them), I
get a window with the expected graph ;
- at sage's python's prompt (run './sage -python' then type them [tested
with 5.9 and 5.10.beta4), it just sits there.
What am I missing?
Snark on #sagemath
PS: searching for the issue on internet turns up many occurences of
people trying to do things in sage and even in sagenb -- I haven't found
someone trying to do that from sage's python directly.
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.