Thanks to you, and to David Winsemius who replied, I finally found a solution, which works pretty fine :
filled.contour(x,y,z, plot.axes = {axis(1); axis(2) ; contour(x,y,z2, add = T); contour(x,y,z2, nlevels = 1, level = 0, add = T, lwd = 1.5)}) Xavier -- View this message in context: http://r.789695.n4.nabble.com/Using-filled-contour-and-contour-functions-together-tp3301033p3304904.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.