<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hello,<br>
    <br>
    I have an example which I want to create with pstricks:<br>
    <br>
    <meta name="qrichtext" content="1">
    <meta http-equiv="Content-Type" content="text/html;
      charset=ISO-8859-15">
    <style type="text/css">
p, li { white-space: pre-wrap; }
</style>
    <p style="margin: 0px; text-indent: 0px;"><!--StartFragment-->\documentclass{scrartcl}</p>
    <p style="margin: 0px; text-indent: 0px;">\usepackage[ngerman]{babel}</p>
    <p style="margin: 0px; text-indent: 0px;">\usepackage[utf8]{inputenc}</p>
    <p style="margin: 0px; text-indent: 0px;">\usepackage[T1]{fontenc}</p>
    <p style="margin: 0px; text-indent: 0px;">\usepackage{amsmath}</p>
    <p style="margin: 0px; text-indent: 0px;">\usepackage{tikz}</p>
    <p style="margin: 0px; text-indent: 0px;">\usepackage{pgfplots}</p>
    <p style="margin: 0px; text-indent: 0px;"></p>
    <p style="margin: 0px; text-indent: 0px;">\begin{document}</p>
    <p style="margin: 0px; text-indent: 0px;"></p>
    <p style="margin: 0px; text-indent: 0px;"></p>
    <p style="margin: 0px; text-indent: 0px;">\begin{tikzpicture}</p>
    <p style="margin: 0px; text-indent: 0px;">\begin{axis}[colormap/cool]
      \addplot3[surf,samples=10,domain=0:1,</p>
    <p style="margin: 0px; text-indent: 0px;">shader=interp]</p>
    <p style="margin: 0px; text-indent: 0px;">{x*y}; \end{axis}</p>
    <p style="margin: 0px; text-indent: 0px;">\end{tikzpicture} </p>
    <p style="margin: 0px; text-indent: 0px;"></p>
    <p style="margin: 0px; text-indent: 0px;">\begin{tikzpicture}</p>
    <p style="margin: 0px; text-indent: 0px;">\begin{axis}[colormap={bw}{gray(0cm)=(0);
      gray(1cm)=(1)}]] \addplot3[surf,samples=10,domain=0:1,</p>
    <p style="margin: 0px; text-indent: 0px;">shader=interp]</p>
    <p style="margin: 0px; text-indent: 0px;">{x*y}; \end{axis}</p>
    <p style="margin: 0px; text-indent: 0px;">\end{tikzpicture} </p>
    <p style="margin: 0px; text-indent: 0px;"></p>
    <p style="margin: 0px; text-indent: 0px;"></p>
    <p style="margin: 0px; text-indent: 0px;">\end{document}<!--EndFragment--></p>
    <br>
    You can see that there is a 3d-plot without any lines. Here I
    specified the colormap to plot the function. I know the website<br>
    <a class="moz-txt-link-freetext" href="http://tug.org/PSTricks/main.cgi?file=pst-plot/3D/contour">http://tug.org/PSTricks/main.cgi?file=pst-plot/3D/contour</a><br>
    <br>
    I hope you know what I mean :-)<br>
    <br>
    regards<br>
    Marco<br>
  </body>
</html>