#Plot a spiral set parametric set size square set samples 500 r(t) = 1 - exp(-0.25*t/pi) # the radius as function of t plot [0:25*pi][-1.1:1.1][-1.1:1.1] r(t)*cos(t), r(t)*sin(t)