Tagging — what this page tells machines
Formula Plotter
Everything below is normally invisible. It is what search engines and LLMs read to decide whether to retrieve and cite this page.
About
Formula Plotter graphs any y = f(x) you type, live, across x from −10 to 10. Try trig, polynomials, absolute values — anything math.js understands.
How it works
Your expression is parsed and compiled by math.js (no eval), then evaluated once per horizontal pixel and stroked onto a canvas; asymptotes break the line cleanly. Entirely client-side.
Metadata
Heading outline
- Formula Plotter
Structured data (JSON-LD)
TechArticle
Same as Article, flagged as technical/developer reference material.
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "Formula Plotter — function",
"description": "Type a function of x and watch it plotted live on a grid — sin, polynomials, abs, tan and more. Powered by math.js, in the browser.",
"url": "https://kaspirius.com/plotter",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://kaspirius.com/plotter"
},
"datePublished": "2026-06-18",
"dateModified": "2026-06-18",
"author": {
"@type": "Person",
"name": "kaspirius",
"url": "https://kaspirius.com"
},
"publisher": {
"@type": "Organization",
"name": "kaspirius",
"url": "https://kaspirius.com"
}
}