I'm making an XY scatter plot with log axes for X and Y. I'm getting:
Code: Select all
java.lang.RuntimeException: Values less than or equal to zero not allowed with logarithmic axis
at org.jfree.chart.axis.LogarithmicAxis.autoAdjustRange(LogarithmicAxis.java:422)......
Code: Select all
------ VALUES ------
(0.0016578744555898748, 0.12896105027738244)
(0.026944376865505704, 0.11966656016730082)
(0.009001540424901745, 0.07203229835313253)
(0.018147379404992798, 0.0557669406604897)
(4.783178517788641E-5, 0.011618112637602021)
(1.5325012873010813E-4, 0.011618112637602021)
(1.7393119282012036E-4, 0.005809056318801011)
Any help is appreciated, thanks,
Kenny