Relplot constructs high-resolution PostScript or PDF plots of the solutions to equations on two variables. Unlike most other plotters, it can handle general equations and inequations, not just functions, and it can plot multiple equations at once.

Some interesting equations to try:
x^2 * y^2 = 1 x^3 + y^3 = 3xy x^y = y^x (r-1/2)^5 = 4yx^3 - 4xy^3 ln r = sin 4x^2 + cos 5y^2 + x/4 ((xy(x-y)(x+y)(x^2+y^2-4))^2 - 1) < 1 y>|x| & y<sqrt(exp x + exp(-x) - 2) y = 3 * x * sin(pi r) x^2 <= floor|2y|, x^2>|2y| 0 = (x^2+(y-(x^2)^(1/3))^2) mod 1 (5x mod 1 = 0 || 5y mod 1 = 0) & r<2 x+y < sin (5x-5y) && |x| < 2, |r| > 2 f(1)=-x, f(2)=0, f(4)=-4x where f(n)=(r+cos(10th))^2-n^2
Got feedback? Give suggestions or vote on proposed changes.