Difference between revisions of "Advanced constructions"

From JSXGraph Wiki
Jump to navigationJump to search
(3 intermediate revisions by the same user not shown)
Line 39: Line 39:
 
* [[Convergence of series]]
 
* [[Convergence of series]]
 
* [[Differentiability]]
 
* [[Differentiability]]
 +
* [[Self-contained function plotting]]
 
* [[Extended mean value theorem]]
 
* [[Extended mean value theorem]]
 
* [[Turtle bot]]
 
* [[Turtle bot]]
 
* [[A 5-circle incidence theorem]]
 
* [[A 5-circle incidence theorem]]
 +
* [[Projective transformation matrix]]
  
 
Special features and tricks:
 
Special features and tricks:
 
* [[Random points]]
 
* [[Random points]]
 
* [[Scatter plot]]
 
* [[Scatter plot]]
 +
* [[Scatter plot with slider]]
 +
 
* [[Highlight curve via slider]]
 
* [[Highlight curve via slider]]
 
* [[The HSV color scheme]]
 
* [[The HSV color scheme]]
Line 73: Line 77:
 
* [[Movable functiongraph]]
 
* [[Movable functiongraph]]
 
* [[Knots from circle pathes]]
 
* [[Knots from circle pathes]]
 +
* [[Shade region bounded by curves]]
  
 
Extend JSXGraph:
 
Extend JSXGraph:
 
* [[Add custom methods to objects]]
 
* [[Add custom methods to objects]]

Revision as of 12:06, 22 July 2020

Here are advanced constructions which require a comparatively high knowledge of JSXGraph and JavaScript.

Complex constructions:

Special features and tricks:

Extend JSXGraph: