hier mal ein kurzer Minimalcode:
\documentclass[border=5pt]{standalone}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}
\begin{axis}[ticks=none,grid=major,view={-45}{45}}]
\addplot3[surf,samples=20,domain=-1:1]
{exp((-x^2-y^2)*10)};
\end{axis}
\end{tikzpicture}
\end{document}Liebe Grüße und danke für eure Hilfe

