I had the same problem a year a go when using matplotlib from within Sage. I just look in my code and saw that I used savefig instead :
#plt.show()
plt.savefig('file.png')
Sébastien
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
