Graph Show Case showing some graphs made by graphoon.
『Wing load』
created 2011.11.18
set xrange = [0:90]
plot [0:90] sin((PI/180)*x)
『GRAPH - ci』
created 2011.10.05
plot x=2*cos(t), y=2*sin(t)
move(1, {x:3, y:3})
『GRAPH - circle』
created 2011.10.05
plot x=3*cos(t), y=3*sin(t)
move(1, {x:5, y:5})
『GRAPH - circle』
created 2011.10.05
plot x=3*cos(t), y=3*sin(t)
move(1, {x:5, y:5})
『GRAPH - circle』
created 2011.10.05
plot x=cos(t), y=sin(t)
move(1, {x:2, y:2})