Accueil › Forums › Programmation WIMS › Programmation d’exercices OEF › jsxgraphcurve et bordure › Répondre à : jsxgraphcurve et bordure
1 février 2016 à 00:51
#3245
Modérateur
::
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