Class DensityScatterPlots

    • Method Detail

      • createPlot

        public static org.jfree.chart.JFreeChart createPlot​(String title,
                                                            String xAxisLabel,
                                                            String yAxisLabel,
                                                            org.jfree.data.xy.XYSeries series)
      • createPlot

        public static org.jfree.chart.JFreeChart createPlot​(String title,
                                                            String xAxisLabel,
                                                            String yAxisLabel,
                                                            org.jfree.data.xy.XYSeries series,
                                                            org.apache.commons.lang3.tuple.Pair<Double,​Double> lineCoeffs)