Luis Argote
Results
1
comments of
Luis Argote
This also happens when creating a Scatter Plot with an XYSeriesCollection with an empty XYSeries (one without any values) ``` java.lang.IllegalArgumentException: Must be finite. at org.jfree.chart.axis.NumberTickUnitSource.getCeilingTickUnit(NumberTickUnitSource.java:114) at org.jfree.chart.axis.NumberAxis.selectHorizontalAutoTickUnit(NumberAxis.java:855) at org.jfree.chart.axis.NumberAxis.selectAutoTickUnit(NumberAxis.java:824)...