# # $Id: polar.dem%v 3.38.2.88 1993/03/04 01:47:16 woo Exp woo $ # # Show some of the new polar capabilities. # set noborder set clip set polar set dummy x set samples 160 set xrange [0:2*pi] set title "Three circles (with aspect ratio distortion)" plot .5,1,1.5 set title "cos(2*x)" plot cos(2*x) set title "sin(4*x),cos(4*x)" set offset pi/4,pi/4,0,0 plot sin(4*x),cos(4*x) set yrange [-5:5] set title "1-sin(x)" set autoscale plot 1-sin(x)