コマンドの入力例を示します。
set parametric
set size square
set xrange [-15:20]
set yrange [-12:23]
set sample 19*2*2+1
fx(t)=10*sin(t)-sin(t*39)
fy(t)=10*cos(t)-cos(t*39)
gx(t)=5*sin(t*2)-sin(t*40)+11
gy(t)=5*cos(t*2)-cos(t*40)+11
plot [0:2*pi] fx(t),fy(t),gx(t),gy(t) linetype 3