Hello,
I am trying to use sage -python as an up-to-date python distribution.
While computation goes fine, I have a problem with output.
Printing on-screen is OK but plotting with pylab does not work.
e.g. a simple script like:

  from sage.all import *
  from pylab import *

  plot([1,2,3],[1,2,3],'*')
  print matplotlib.__version__
  show()

run by sage -python, does print the matplotlib.__version__ but does not
produce the plot.
I tried to run this in sage -ipython and got an error message that:
"UserWarning:  Your currently selected backend, 'agg' does not support
show()"
But I could not pick another backend because neither tkinter, pyqt,
wxpython, pycairo are not installed in sage.

Is there an easy way to solve this?
Is there a way there a way to plot on-screen with pylab in sage -python?

Thanks
Eli

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to