-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
If you have a chart that contains an absolute function (e.g.
min example
```functionplot
---
title: Graph 1
xLabel:
yLabel:
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
f(x) = x^2
g(x) = abs(x)
` ``
(space in backticks is for github rendering
If you remove g(x) = abs(x) it works perfectly.
Please confirm
- I have checked that I am using the latest version of the plugin released.
- I have searched for similar issues, but found none.
Any ideas?
This was fixed in 1.22.5 of function plot. Pls upgrade
mauriciopoppe/function-plot#162
Additional info
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working