Plusieurs graphiques JSXgraph

Accueil Forums Programmation WIMS Programmation d’exercices OEF Plusieurs graphiques JSXgraph

Étiqueté : 

Vous lisez 1 fil de discussion
  • Auteur
    Messages
    • #8238
      Jacques
      Participant
      Up
      0
      Down
      ::

      Bonjour, est-il possible d’afficher plusieurs graphiques JSXGraph dans un exercice ?

      \text{casa=slib(geo2D/jsxgraph box,300x 200, JXG.Options.text.display = ‘internal’;
      var brda = JXG.JSXGraph.initBoard(‘box’, {
      axis:true,boundingbox: [-5, 5, 5, -0.5], grid:true, shownavigation:false, showCopyright:true});
      )}

      \text{casb=slib(geo2D/jsxgraph box,300x 200, JXG.Options.text.display = ‘internal’;
      var brdb = JXG.JSXGraph.initBoard(‘box’, {
      axis:true,boundingbox: [-4, 4, 4, -0.5], grid:true, shownavigation:false, showCopyright:true});
      )}

      \statement{
      <p>\casa</p>
      <p>\casb</p>
      }

      Le graphique casb ne s’affiche pas…

    • #8239
      Avatar photoGilles Marbeuf
      Modérateur
      Up
      0
      Down
      ::

      Bonsoir,

      oui mais il faut mettre un id différent ainsi qu’un nom de board différent pour chaque applet JSXGraph.

      Gilles

Vous lisez 1 fil de discussion
  • Vous devez être connecté pour répondre à ce sujet.