Plots do not appear when executed plot_implicit()
Open
- Dominant language
- Julia
- Stars
- 282
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
Plots do not appear when executed:
```
p = plot_implicit(Or(Eq(f3(x, y), 0), Eq(f4(x, y), 0)), (x, -5, 5), (y, -5, 5));
```
Only one plot is shown.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.