device x11
|
Ouvre une fenêtre
temporaire
|
Opens graph window
|
dev ...
|
Crée un fichier
postscript pour le graphe
|
Creates a postscript
file to draw the graph
|
data myfile
|
Ouvre myfile en lecture
|
Opens myfile for reading
|
read x n
|
Attribue au vecteur
x les valeurs de la n-ième colonne de myfile
|
Loads x with the values
in the n-th column of myfile
|
limits a b
|
Fixe les limites du
graphe; a et b peuvent être des variables
|
Determines the graph's
limits; a and b may be variables
|
box
|
Trace le repère
|
Draws the box
|
connect x y
|
Trace la courbe y=f(x)
|
Draws graph y=f(x)
|
ltype 2
|
Courbe en pointillés
|
Dotted line
|
help
|
Description des autres
commandes
|
Description of other
commands
|