« Mathc gnuplot/Animation : Tangente d'une courbe » : différence entre les versions

Contenu supprimé Contenu ajouté
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 17 :
 
Nous utilisons ici la méthode avec la commande "pause 1" de gnuplot.
 
 
{{Fichier|c01.c|largeur=70%|info=Animer la tangente|icon=Crystal Clear mimetype source c.png}}
Ligne 56 ⟶ 57 :
<source lang="gnuplot">
# Gnuplot file : load "a_main.plt"
 
set zeroaxis
set size ratio -1
Ligne 119 ⟶ 121 :
== Les fichiers h de ce chapitre ==
 
=== Appel des fichiers standards ===
 
{{Fichier|x_ahfile.h|largeur=70%|info=Appel des fichiers|icon=Crystal Clear mimetype source h.png}}
Ligne 139 ⟶ 140 :
</source>
 
 
=== La fonction à dessiner ===
 
{{Fichier|fe.h|largeur=70%|info=La fonction à dessiner|icon=Crystal Clear mimetype source h.png}}
Ligne 192 ⟶ 191 :
</source>
 
=== La fonction graphique ===
 
{{Fichier|kg_tan.h|largeur=70%|info=La fonction graphique|icon=Crystal Clear mimetype source h.png}}