Is list_plot3d more what you want? Or you could put the data into a matrix and use visualize_structure, or if that's too crude use PIL and make an image.
-M. Hampton On Feb 15, 1:58 pm, Eugene Goldberg <[email protected]> wrote: > Could you suggest one? > > I've seen this, but i think it's not a good solution.. > > contour_plot(lambda x,y: data[int(x)][int(y)],(x,0,len(data)-1),(y, > 0,len(data[0])-1)) -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
