Scatter plot

From JSXGraph Wiki
Revision as of 11:50, 14 April 2020 by A WASSERMANN (talk | contribs) (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*...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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