Scatter plot: Difference between revisions

From JSXGraph Wiki
(Created page with "Of course, scatter plots can be realized with JSXGraph *point* objects. But if a very large number of points have to be plotted it may be more efficient to (ab)use the *curve*...")
(No difference)

Revision as of 11:50, 14 April 2020

Of course, scatter plots can be realized with JSXGraph *point* objects. But if a very large number of points have to be plotted it may be more efficient to (ab)use the *curve* object. Here is a neat little trick how to do this:

The underlying JavaScript code