JuliaPy / JuliaPy/SymPy.jl

Plots do not appear when executed plot_implicit()

Open
#238 1 comment 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.