ASCIIMathML.jsを利用しています。
Firefoxでご覧ください。再編集するとおかしくなりました。。。。
「グラフの作成」
amath y=-x+1, y=1/2x-2 endamath
followed by a more elaborate graph (try double-clicking it,
also while holding down shift or alt)
■グラフの画面をダブルクリックして、式の書き換えをします。
そして、[Update]をクリック
agraph width=400; height=400; xmin=-8.3; xmax=8.3; xscl=1; axes(); plot(1/2x-2); plot(-x+1) endagraph
amath y=x^2, y=-1/2x^2 endamath
agraph width=300; height=600; xmin=-5; xmax=5; xscl=1; plot(x^2); plot(-1/2x^2);endagraph