Hi Michael,
> This very much looks like a merge issue problem. Do you have any
> modifications to the Sage library that had to be merged during the
> update? Do you have multiple heads in the main Sage repo?
you are right, there is a patch from mine for the list_plot bug
(ignoring ndarrays). Aft
Hello,
system: Ubuntu Hardy
I just wanted to upgrade to sage 3.1.4 from 3.1.1 doing a ./sage
-upgrade and I get the following error message:
[...]
--
sage: Building and installing modified SAGE library files.
Installing c_lib
scons: `in
Hi,
list_plot doesn't plot numpy arrays:
sage: from numpy import *
sage: a = [[x, x**2] for x in arange(-5,5,0.1)]
sage: list_plot(a)
works fine, but
sage: a = array([[x, x**2] for x in arange(-5,5,0.1)])
sage: list_plot(a)
results in