Is it possible to plot implicit equations using Matplotlib?
Posted
by Geddes
on Stack Overflow
See other posts from Stack Overflow
or by Geddes
Published on 2010-03-20T20:00:30Z
Indexed on
2010/03/20
20:21 UTC
Read the original article
Hit count: 362
Hello all - many thanks again to people who have kindly offered help (especially to Mark for his outstanding response to my previous question).
I would like to plot implicit equations (of the form f(x,y)=g(x,y) eg. x^y=y^x) in Matplotlib. Is this possible?
All the best, Geddes
© Stack Overflow or respective owner