// -------------- // The G series // -------------- height=400; width =400; clip=none; clear_screen; curve = 4*(1+x+y)*(x+y+x*y)*x*y-(x+y+x*y)^3-4*x^2*y^2; draw_curve;