# polar.inp # # Demonstrate how to plot r = 1 + cos ( theta ) # set term post set grid set polar set size ratio 1 plot 1 + cos ( t ) title "R = 1 + COS(T)", \ 1 title "R = 1" quit