📦 tkz-grapheur v0.31a

tkz-grapheur-altversion-doc.pdf
tkz-grapheur-doc-en.pdf
tkz-grapheur-doc-fr.pdf
tkz-grapheur-examples-integrals.pdf
tkz-grapheur-exemples-integrales.pdf
tkz-grapheur.zip
Télécharger
📄 README — tkz-grapheur Afficher ▼
🧪 Demo — tkz-grapheur
% !TEX lualatex

\documentclass[border=5pt]{standalone}
\usepackage{tkz-grapheur}

\begin{document}

\begin{GraphiqueTikz}[Xmin=-3,Xmax=3,Ymin=-1,Ymax=5,Xgrille=1,Ygrille=1]
  \TracerAxesGrilles{1}{1}
  \TracerCourbe[Couleur=blue]{x^2}
  \TracerCourbe[Couleur=red]{2*x-1}
\end{GraphiqueTikz}

\end{document}