#!/bin/bash
awk '{pi=3.141592;k=2*pi*$2*$4;t=(90-$5)/180*pi;print k*cos(t),k*sin(t)}' | figue -c
