I was trying to implement combining two or more expressions in 
plot_implicit, ie
plot_implicit (x**2 + y**2 <5 and x > y) 
plot_implicit(y> sin(x) or x > sin(y) and y > x)
The first one can be done using piecewise functions. I could not find a way 
to 
implement the `or` type of inequalities/ equations.

I don't know the approach I should take to implement something like that? 
Is there
an easy way? Want some ideas :).

Thanks,
Bharath M R

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sympy/-/mVc98IEHRFoJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to