Compare two revisions of: Visualization

... ... @@ -1,7 +1,9 @@
1 1 {{TOC}}
2 2
3 3 # Visualizations in problems
4 -Any question can be augmented by a canvas with a plot of several functions.
4 +This is an old way to augment a question by a canvas with a plot of several functions.
5 +We recommend to use the new technology using [JSX-Visualizations](JSX-Visualizations.md#displaying-the-visualizations-inside-the-problem) which
6 +also supports 3D-visualizations.
5 7
6 8 * `\plotF{1}{f}` this f is registered for drawing (as 1st drawable function, the next one e.g. `\plotF{2}{g}`)
7 9 * `\plotFrom{1}{ _number_}` the left bound of the (first) function's domain is defined
... ... @@ -39,7 +41,7 @@ Example:
39 41 \end{question}
40 42 ```
41 43
42 -# Visualizations in articles
44 +# Old Visualizations in articles
43 45
44 46 Example:
45 47
46 48