ahmeddawoud3620 downloadsPlot mathematical function graphs directly onto Excalidraw canvases.
Plot mathematical function graphs directly onto Excalidraw canvases in Obsidian.
x as the variablesin(x), x^2, log(x))The plugin uses mathjs for expression parsing. Examples:
x, x^2, x^3, sqrt(x), abs(x)sin(x), cos(x), tan(x)log(x), exp(x), log10(x)sin(x) * x, x^2 + 2*x - 1, sin(x) + cos(2*x)main.js, manifest.json, and styles.css from the latest releaseVaultFolder/.obsidian/plugins/obsidian-excalidraw-plotter/MIT License - see LICENSE for details