Module:ColinTheCat/Plotter/doc

From Resonite Wiki

This is the documentation page for Module:ColinTheCat/Plotter

Example

{{#invoke:ColinTheCat/Plotter|Plot2D
|From=-0.2, -1.2
|To=2 * pi + 0.2, 1.2
|GridStep=0.5 * pi, 1
|LabelStepX=format("%.1f π", x/pi)
|Plots=
[
{"Type": "function", "Function": "sin(x)", "Samples": 100, "Label": "sin"},
{"Type": "function", "Function": "cos(x)", "Samples": 100, "Label": "cos"},
{"Type": "function", "Function": "tan(x)", "Samples": 100, "Label": "tan"}
]
}}
0.5 π 1.0 π 1.5 π 2.0 π -1 1
sin
cos
tan