Plot data with slider: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 14: Line 14:
      
      
     for (i = 0; i < len; i++) {
     for (i = 0; i < len; i++) {
         this.dataY[i] = plotData[1] * mu.Value();
         this.dataY[i] = plotData[1][i] * mu.Value();
     }
     }
};
};

Revision as of 08:37, 12 April 2014

The JavaScript code