@Test
 public void testHankelFunctionPolarArg() throws IOException {
   BufferedImage image = ChartBuilder.createArgPolarPlot(function);
   ChartUtils.saveChartAsPNG(image, new File(getPlotPath("polar_arg")));
 }