Outils d'utilisateurs

Outils du Site


Sidebar

====== Navigation dans le wiki ====== * [[accueil|Accueil]] * [[http://melusine.eu.org/syracuse/contrib/|Syracuse]] //(contributions)// ===== Espaces dédiés ===== * [[pstricks:index|PSTricks]] * [[Pgf/Tikz:index|Pgf/Tikz]] * [[gnuplot:index|Gnuplot]] * [[octave::index|Octave]] ===== Contributeurs ===== * [[mc:index|Maxime Chupin]] * [[cp:index|Christophe Poulain]] * [[jms:index|Jean-Michel Sarlat]] * [[sylcha:index|Sylvain Chambon]] * [[rouxn:index|Nicolas Roux]] * [[tj:index|Thierry Joffredo]] * [[tg:index|Thierry Gauvin]]

pgf:tikz:surface1

====== Surface avec pgfplots ====== <code latex> %@AUTEUR: Sylvain Chambon \documentclass{article} \usepackage{fourier} \usepackage{pgfplots} \pagestyle{empty} \begin{document} \begin{tikzpicture} \begin{axis}[grid=major,view={150}{30}] \addplot3[surf,shader=faceted,samples=40,domain=-2:2,y domain=-2:2]% {100*sin(deg(x))*sin(deg(y))*exp(-x*x+x*y-y*y)}; \end{axis} \end{tikzpicture} \end{document} </code> {{ :pgf:tikz:pgfplots-01.png }} Cette surface est la même que celle produite avec [[octave/index|octave]]. Petite précision: les angles sont, par défaut, en radians dans //Octave//, en degrés dans //pgfplots//.

pgf/tikz/surface1.txt · Dernière modification: 2010/03/24 09:05 par jms