-
I'm trying to fix a problem if a How can I solve this by manually configuring "the range"? java.lang.IllegalArgumentException: A positive range length is required: Range[2.1474836469999974E9,2.1474836469999974E9]
at org.jfree.chart.axis.ValueAxis.setRange(ValueAxis.java:1198)
at org.jfree.chart.axis.LogAxis.autoAdjustRange(LogAxis.java:470)
at org.jfree.chart.axis.LogAxis.configure(LogAxis.java:420)
at org.jfree.chart.plot.XYPlot.setRangeAxis(XYPlot.java:877)
at org.matheclipse.core.bridge.fig.ListPlot.listPlot(ListPlot.java:89) jfreechart 1.5.3 is used. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I'm not sure what
Console:
|
Beta Was this translation helpful? Give feedback.
-
I used the
|
Beta Was this translation helpful? Give feedback.
I used the
LogAxis
example examined here and enabled renderer shapes as suggested here to get the chart pictured below: