Hi there,
i'm having yet another problem with plotting the Weierstrass-p-
Function. This time i'd like do create a contour plot of it. I did the
following:

sage: i=CDF.0
sage: tau=i
sage: Om=pari([1,tau])
sage: def f(a,b): return abs(Om.ellwp(a+b*i))
sage: T=contour_plot(f, (0.1,0.9), (0.1,0.9), cmap='autumn',
contours=10)
sage: T.show()

and got the error message: "ValueError: setting an array element with
a sequence". It seems as if calling the contour_plot(..) function
works fine. The error message only appears after trying to show the
plot.

Thanks,
Kai
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to