First time here? Check out the FAQ!
asked 11 years ago
I just tried to plot these 2 vectors a and b:
sage: a = [0, 0, 0, 0, 0, 2/25, 13/20, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] sage: b = range(50,70) sage: plot(a,b)
but an error occurs: ValueError: too many values to unpack any help ???