グラフ一覧 graphoonで作られたグラフを表示します。
『Wing load』
作成日 2011年11月18日
set xrange = [0:90]
plot [0:90] sin((PI/180)*x)
『GRAPH - ci』
作成日 2011年10月05日
plot x=2*cos(t), y=2*sin(t)
move(1, {x:3, y:3})
『GRAPH - circle』
作成日 2011年10月05日
plot x=3*cos(t), y=3*sin(t)
move(1, {x:5, y:5})
『GRAPH - circle』
作成日 2011年10月05日
plot x=3*cos(t), y=3*sin(t)
move(1, {x:5, y:5})
『GRAPH - circle』
作成日 2011年10月05日
plot x=cos(t), y=sin(t)
move(1, {x:2, y:2})