No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
{"Type": "function", "Function": "sin(x)", "Samples": 100, "Label": "sin"}, | {"Type": "function", "Function": "sin(x)", "Samples": 100, "Label": "sin"}, | ||
{"Type": "function", "Function": "cos(x)", "Samples": 100, "Label": "cos"}, | {"Type": "function", "Function": "cos(x)", "Samples": 100, "Label": "cos"}, | ||
{"Type": "function", "Function": "tan(x)", "Samples": | {"Type": "function", "Function": "tan(x)", "Samples": 35, "Label": "tan", "Ranges": [ | ||
{"To": "0.5*pi-0.01"}, | |||
{"From": "0.5*pi+0.01", "To": "1.5*pi-0.01"}, | |||
{"From": "1.5*pi+0.01"} | |||
] | |||
} | |||
] | ] | ||
}} | }} | ||
Revision as of 04:34, 12 February 2024
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"}
]
}}
sincostan