Thank you! Unfortunately I think you are also right with your last assumption. It just looks like an empty plot.
As a consequence, I tried this example with the new "knoboo" spkg, but here is what I get:
from pylab import *
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "/home/fabio/sage-2.11-debian32-intel-i686-Linux/local/lib/python2.5/site-packages/pylab.py", line 1, in <module>
from matplotlib.pylab import *
File "/home/fabio/sage-2.11-debian32-intel-i686-Linux/local/lib/python2.5/site-packages/matplotlib/pylab.py", line 197, in <module>
from cbook import flatten, is_string_like, exception_to_str, popd, \
File "/home/fabio/sage-2.11-debian32-intel-i686-Linux/local/lib/python2.5/site-packages/matplotlib/cbook.py", line 8, in <module>
import numpy as npy
File "/home/fabio/sage-2.11-debian32-intel-i686-Linux/local/lib/python2.5/site-packages/numpy/__init__.py", line 43, in <module>
import linalg
File "/home/fabio/sage-2.11-debian32-intel-i686-Linux/local/lib/python2.5/site-packages/numpy/linalg/__init__.py", line 4, in <module>
from linalg import *
File "/home/fabio/sage-2.11-debian32-intel-i686-Linux/local/lib/python2.5/site-packages/numpy/linalg/linalg.py", line 25, in <module>
from numpy.linalg import lapack_lite
ImportError: liblapack.so: cannot open shared object file: No such file or
Should I open a new thread about this error? (I'm not sure how spkgs are handled)
Best wishes, Fabio