cours/obsidian plugin functionplot.md
oscar.plaisant@icloud.com 38fbb1938d from github to this gitea
2023-10-23 23:09:51 +02:00

27 lines
299 B
Markdown

up::[[obsidian plugins]]
title::"tracer des fonctions mathématiques"
#obsidian
----
Pour tracer des fonctions mathématiques
# Syntaxe
```functionplot
---
title: The title
disableZoom: false
bounds: [-10, 10, -10, 10]
grid: true
xLabel: x
yLabel: y
---
f(x) = x^2
g(x) = 0.5*x^3+x^2-44
```