trange canvasdraw

Vous lisez 4 fils de discussion
  • Auteur
    Messages
    • #7734
      bernadette
      Maître des clés
      Up
      0
      Down
      ::

      Je me demande si le comportement suivant dans canvasdraw est voulu ou un bug:

      dans le code suivant le deuxième cercle n’est pas tracé, comme si t n’était plus un paramètre. Pour avoir deux cercles, il faut répéter trange 0,2*pi avant le second plot.

      size 800,800
      xrange -10,10
      yrange -10,10
      trange 0,2*pi
      plot black, 2*cos(t),2*sin(t)
      plot black, 5*cos(t),5*sin(t)
    • #7735
      jm.evers
      Participant
      Up
      0
      Down
      ::

      Hi,

      I will look into the ‘reset’ of the flag ‘use_parametric’ in canvasdraw.
      The javascript based command ‘jsplot’ has no problems…

      joke

    • #7736
      jm.evers
      Participant
      Up
      0
      Down
      ::

      well in the oef-help-docs, command ‘plot’, it says:

      use command trange in parametric functions before every command curve / plot
      A next parametric curve will only be correctly plot when trange is set again !
      this is a design flaw and not a feature…

      In any case, I will look into this « design »-flaw

      joke

      • Cette réponse a été modifiée le il y a 1 année et 8 mois par jm.evers.
      • Cette réponse a été modifiée le il y a 1 année et 8 mois par jm.evers.
    • #7739
      bernadette
      Maître des clés
      Up
      0
      Down
      ::

      The reason I speak of that is that I have many curves to plot (in fact circles) and I have a warning as there are two many commands ! (the double of the number of curves !). No problem with flydraw, but I would like to use the « zoom » of canvasdraw.

      Bernadette

    • #7740
      jm.evers
      Participant
      Up
      0
      Down
      ::

      Could you give an example of the code that is causing you trouble ?

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