Répondre à : jsxgraphcurve et bordure

Accueil Forums Programmation WIMS Programmation d’exercices OEF jsxgraphcurve et bordure Répondre à : jsxgraphcurve et bordure

#3245
Julien
Modérateur
Up
0
Down
::

Bonjour,

En modifiant le code oef comme ci-dessous, tu rajoutes bien 20 px en abscisse donc compatible avec une bordure de 20.

\text{ptc=}
\text{ptccc=}

\for{jj=1 to \n}{
\text{ptc=slib(draw/convpixel \x[\jj],\y[\jj],200,200,\xmin,\xmax,\ymin,\ymax,,pixels)}
\integer{mm=\ptc[1]+20}
\text{ptccc=\ptccc,\mm,\ptc[2]}
}
\text{ptc=wims(nonempty items \ptccc)}

voili voilou