@Test
 public void testHankelFunctionPolar() throws IOException {
   BufferedImage chart = ChartBuilder.createModulePolarPlot(function);
   ChartUtils.saveChartAsPNG(chart, new File(getPlotPath("polar")));
 }