Well, I spoke too soon. I can plot the matrix, but not contour_plot it.
V = matrix([ [0.020, 0.020, 0.016, 0.014, 0.011, 0.011], [0.021, 0.018, 0.016, 0.013, 0.010, 0.011], [0.017, 0.015, 0.015, 0.012, 0.010, 0.011], [0.013, 0.013, 0.011, 0.009, 0.007, 0.009], [0.011, 0.010, 0.009, 0.007, 0.005, 0.007], [0.010, 0.009, 0.009, 0.007, 0.005, 0.007] ]) #contour_plot(V,(0,1),(0,1)) plot(V) -d At 06:25 PM 6/4/2012, you wrote: Does "contour_plot" do what you want? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org