⚡ Compilation LaTeX (Bac)

Fichier tex utilisé : 📄 graphiques/24matj1po1-exo2.tex

↩ Retour 💾 Télécharger le fichier original 📦 Sur la Forge

% !TeX TXS-program:compile = txs:///pdflatex

\documentclass[margin=5mm]{standalone}
\usepackage[nonpgfplots]{tkz-grapheur}

\begin{document}
\begin{GraphiqueTikz}[x=0.05cm,y=0.02cm,Xmin=0,Xmax=220,Xgrille=20,Xgrilles=20,Ymin=0,Ymax=250,Ygrille=50,Ygrilles=50]
	\TracerAxesGrilles[Elargir=2.5mm]{auto}{auto}
	\draw (\pflxmax,\pflymin) node[above left] {temps (en s)} ;
	\draw (\pflxmin,\pflymax) node[below right] {température (en °C)} ;
	\TracerCourbe[Couleur=red]{180*exp(-0.02*x)+30}
\end{GraphiqueTikz}

\end{document}