There's also contour plots

using Gadfly
plot(layer(x=xgrid, y=ygrid, z=functionvalues, Geom.contour))

Reply via email to