// Simple example of graphing x^x g = new graphics for x=-2 to 2 step 1/101 g.fillRectCenter[x,-x^x,1/101,1/101] //g.write["xsimple.svg", 400, 400] g.show[]