Ketinit(); Setketcindyjs(["No=all","Loc=y","Fig=y"]); Ketcindyjsbody(["_;2次関数のグラフ"],[]); Setwindow([-6.5,6.5],[-6.5,6.5]); ww=round(10); hh=round(10); xL0=apply(1..ww,10); yL0=apply(1..hh,10); Tabledata(xL0,yL0,[],[0,"dr,0.5","Move=[-5,-5]"]); htick=[]; tmp=((-5)..(5)); forall(remove(tmp,[0]), htick=concat(htick,[#,text(#)]); ); Htickmark(htick,["Size=1.5"]); vtick=[]; tmp=((-5)..(5)); forall(remove(tmp,[0]), vtick=concat(vtick,[#,text(#)]); ); Vtickmark(vtick,["Size=1.5"]); Addax(1); str="1"; //str=Textedit(51); //only ketjs Movetojs(0,[1.5,-5.75],14); Expr([0.5,-5.75],"e","a=",["Size=1.4","notex"]); tmp=Tocindyform(str); Plotdata("1",tmp+"*x^2","x",["dr,1.5","Num=100","Color=blue"]); tmp=Totexform(str); Expr([0.1,5.1],"ne","y="+tmp+"x^2",["Size=1.5"]); Windispg();