今回は前回の続きです。
今回の課題
ap1: gnuplot
G N U P L O T
Unix version 3.7
patchlevel 0
last modified Thu Jan 14 19:34:53 BST 1999
Copyright(C) 1986 - 1993, 1998, 1999
Thomas Williams, Colin Kelley and many others
Type `help` to access the on-line reference manual
The gnuplot FAQ is available from
Send comments and requests for help to
Send bugs, suggestions and mods to
Terminal type set to 'x11'
gnuplot> set parametric
gnuplot> set trange [0:2*pi]
gnuplot> plot cos(t), sin(t)
gnuplot> help parametric
The `set parametric` command changes the meaning of `plot` (`splot`) from
normal functions to parametric functions. ....