- Notifications
You must be signed in to change notification settings - Fork 14
absolute functions do not render #150
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
What happened?
If you have a chart that contains an absolute function (e.g.$f(x) = |x|$ or $f(x) = abs(x)$ Then the chart colors are just black and that function does not render.
min example
(space in backticks is for github rendering
If you remove g(x) = abs(x) it works perfectly.
Please confirm
Any ideas?
This was fixed in 1.22.5 of function plot. Pls upgrade
mauriciopoppe/function-plot#162
Additional info
No response