Difference between revisions of "Advanced constructions"

From JSXGraph Wiki
Jump to navigationJump to search
(38 intermediate revisions by 2 users not shown)
Line 25: Line 25:
 
* [[Parallel projection of a sphere]]
 
* [[Parallel projection of a sphere]]
 
* [[Trace curve]]
 
* [[Trace curve]]
 +
* [[Plot data with slider]]
 
* [[Circular arc approximation by cubic Bezier curve]]
 
* [[Circular arc approximation by cubic Bezier curve]]
 
* [[Point 'fixed' in one direction]]
 
* [[Point 'fixed' in one direction]]
 
+
* [[Function graph animation]]
 
+
* [[Rectangles]]
 +
* [[Vertex equations of a quadratic function and it's inverse]]
 +
* [[Inequalities]]
 +
* [[Draggable exponential function]]
 +
* [[Dual lattice]]
 +
* [[Approximation of e]]
 +
* [[Power series - pointwise]]
 +
* [[Convergence of sequence]]
 +
* [[Convergence of series]]
 +
* [[Differentiability]]
 +
* [[Self-contained function plotting]]
 +
* [[Extended mean value theorem]]
 +
* [[Turtle bot]]
 +
* [[A 5-circle incidence theorem]]
 +
* [[Projective transformation matrix]]
  
 
Special features and tricks:
 
Special features and tricks:
 
* [[Random points]]
 
* [[Random points]]
 +
* [[Scatter plot]]
 +
* [[Scatter plot with slider]]
 +
 
* [[Highlight curve via slider]]
 
* [[Highlight curve via slider]]
 
* [[The HSV color scheme]]
 
* [[The HSV color scheme]]
Line 46: Line 64:
 
* [[Using CSS styles]]
 
* [[Using CSS styles]]
 
* [[Fill the intersection area of two circles]]
 
* [[Fill the intersection area of two circles]]
 +
* [[Fill the intersection area of three circles]]
 +
* [[Aligning text]]
 +
* [[Positioning of labels]]
 +
 +
* [[Curly braces]]
 +
* [[Restrict points to limited area]]
 +
* [[Number line]]
 +
* [[JSXGraph and sound]]
 +
* [[Circle with ticks]]
 +
* [[Fine tuning of labels]]
 +
 +
* [[Movable functiongraph]]
 +
* [[Knots from circle pathes]]
 +
* [[Shade region bounded by curves]]
 +
 +
Extend JSXGraph:
 +
* [[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: