graph(color,expr)関数を実行した後graph画面を表示させます。 指定できるcolorは black, blue, brown, cyan, darkGray, gray, green, lightGray, magenta, orange, purple, red, white, yellow, darkText です。
graph("red",-1+(x+1)^2); graph("green",1-(x-1)^2);
graph("red",x^4-2*x^3);